Gemini Enterprise for Customer Experience v1 API - Class ListToolsetsResponse (1.0.0-beta01)

public sealed class ListToolsetsResponse : IMessage<ListToolsetsResponse>, IEquatable<ListToolsetsResponse>, IDeepCloneable<ListToolsetsResponse>, IBufferMessage, IMessage, IPageResponse<Toolset>, IEnumerable<Toolset>, IEnumerable

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ListToolsetsResponse.

Response message for [AgentService.ListToolsets][google.cloud.ces.v1.AgentService.ListToolsets].

Inheritance

object > ListToolsetsResponse

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

ListToolsetsResponse()

public ListToolsetsResponse()

ListToolsetsResponse(ListToolsetsResponse)

public ListToolsetsResponse(ListToolsetsResponse other)
Parameter
Name Description
other ListToolsetsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as [ListToolsetsRequest.page_token][google.cloud.ces.v1.ListToolsetsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.

Property Value
Type Description
string

Toolsets

public RepeatedField<Toolset> Toolsets { get; }

The list of toolsets.

Property Value
Type Description
RepeatedFieldToolset

Methods

GetEnumerator()

public IEnumerator<Toolset> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorToolset