Class ListAgentsRequest (1.6.0)

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

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
Int32

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/&lt;Project ID>/locations/&lt;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