Google Cloud Dialogflow v2 API - Class SearchAgentsRequest (4.18.0)

public sealed class SearchAgentsRequest : IMessage<SearchAgentsRequest>, IEquatable<SearchAgentsRequest>, IDeepCloneable<SearchAgentsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SearchAgentsRequest.

The request message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents].

Inheritance

object > SearchAgentsRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SearchAgentsRequest()

public SearchAgentsRequest()

SearchAgentsRequest(SearchAgentsRequest)

public SearchAgentsRequest(SearchAgentsRequest other)
Parameter
NameDescription
otherSearchAgentsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous list request.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The project to list agents from. Format: projects/<Project ID or '-'>.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName