Dialogflow v3 API - Class ListAgentsRequest (2.17.0)

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

Reference documentation and code samples for the Dialogflow v3 API class ListAgentsRequest.

The request message for [Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].

Inheritance

object > ListAgentsRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ListAgentsRequest()

public ListAgentsRequest()

ListAgentsRequest(ListAgentsRequest)

public ListAgentsRequest(ListAgentsRequest other)
Parameter
NameDescription
otherListAgentsRequest

Properties

PageSize

public int PageSize { get; set; }

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 location to list all agents for. Format: projects/<Project ID>/locations/<Location ID>.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName