public sealed class ListToolsRequest : IMessage<ListToolsRequest>, IEquatable<ListToolsRequest>, IDeepCloneable<ListToolsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ListToolsRequest.
Request message of ListTools.
Implements
IMessageListToolsRequest, IEquatableListToolsRequest, IDeepCloneableListToolsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ListToolsRequest()
public ListToolsRequest()ListToolsRequest(ListToolsRequest)
public ListToolsRequest(ListToolsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListToolsRequest |
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 tools for. Format:
projects/<Project ID>/locations/<Location ID>
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|