public sealed class ListGeneratorsRequest : IMessage<ListGeneratorsRequest>, IEquatable<ListGeneratorsRequest>, IDeepCloneable<ListGeneratorsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ListGeneratorsRequest.
Request message of ListGenerators.
Implements
IMessageListGeneratorsRequest, IEquatableListGeneratorsRequest, IDeepCloneableListGeneratorsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListGeneratorsRequest()
public ListGeneratorsRequest()
ListGeneratorsRequest(ListGeneratorsRequest)
public ListGeneratorsRequest(ListGeneratorsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListGeneratorsRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. Maximum number of conversation models to return in a single page. Default to 10.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The next_page_token value returned from a previous list request.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project/location to list generators for. Format:
projects/<Project ID>/locations/<Location ID>
Property Value | |
---|---|
Type | Description |
string |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |