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

public sealed class ListExamplesResponse : IMessage<ListExamplesResponse>, IEquatable<ListExamplesResponse>, IDeepCloneable<ListExamplesResponse>, IBufferMessage, IMessage, IPageResponse<Example>, IEnumerable<Example>, IEnumerable

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

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

Inheritance

object > ListExamplesResponse

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

ListExamplesResponse()

public ListExamplesResponse()

ListExamplesResponse(ListExamplesResponse)

public ListExamplesResponse(ListExamplesResponse other)
Parameter
Name Description
other ListExamplesResponse

Properties

Examples

public RepeatedField<Example> Examples { get; }

The list of examples.

Property Value
Type Description
RepeatedFieldExample

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Example> GetEnumerator()

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

Returns
Type Description
IEnumeratorExample