Discovery Engine v1beta API - Class ListAssistantsResponse (1.0.0-beta24)

public sealed class ListAssistantsResponse : IMessage<ListAssistantsResponse>, IEquatable<ListAssistantsResponse>, IDeepCloneable<ListAssistantsResponse>, IBufferMessage, IMessage, IPageResponse<Assistant>, IEnumerable<Assistant>, IEnumerable

Reference documentation and code samples for the Discovery Engine v1beta API class ListAssistantsResponse.

Response message for the [AssistantService.ListAssistants][google.cloud.discoveryengine.v1beta.AssistantService.ListAssistants] method.

Inheritance

object > ListAssistantsResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ListAssistantsResponse()

public ListAssistantsResponse()

ListAssistantsResponse(ListAssistantsResponse)

public ListAssistantsResponse(ListAssistantsResponse other)
Parameter
Name Description
other ListAssistantsResponse

Properties

Assistants

public RepeatedField<Assistant> Assistants { get; }

All the customer's [Assistant][google.cloud.discoveryengine.v1beta.Assistant]s.

Property Value
Type Description
RepeatedFieldAssistant

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as [ListAssistantsRequest.page_token][google.cloud.discoveryengine.v1beta.ListAssistantsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Assistant> GetEnumerator()

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

Returns
Type Description
IEnumeratorAssistant