public sealed class ListAssistantsRequest : IMessage<ListAssistantsRequest>, IEquatable<ListAssistantsRequest>, IDeepCloneable<ListAssistantsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Discovery Engine v1beta API class ListAssistantsRequest.
Request message for the [AssistantService.ListAssistants][google.cloud.discoveryengine.v1beta.AssistantService.ListAssistants] method.
Implements
IMessageListAssistantsRequest, IEquatableListAssistantsRequest, IDeepCloneableListAssistantsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ListAssistantsRequest()
public ListAssistantsRequest()ListAssistantsRequest(ListAssistantsRequest)
public ListAssistantsRequest(ListAssistantsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAssistantsRequest |
Properties
PageSize
public int PageSize { get; set; }Maximum number of [Assistant][google.cloud.discoveryengine.v1beta.Assistant]s to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A page token [ListAssistantsResponse.next_page_token][google.cloud.discoveryengine.v1beta.ListAssistantsResponse.next_page_token], received from a previous [AssistantService.ListAssistants][google.cloud.discoveryengine.v1beta.AssistantService.ListAssistants] call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to [ListAssistants][google.cloud.discoveryengine.v1beta.AssistantService.ListAssistants] must match the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource name.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsEngineName
public EngineName ParentAsEngineName { get; set; }EngineName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
EngineName |
|