Class ListContextsRequest (3.7.0)

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

The request message for [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts].

Inheritance

Object > ListContextsRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListContextsRequest()

public ListContextsRequest()

ListContextsRequest(ListContextsRequest)

public ListContextsRequest(ListContextsRequest other)
Parameter
NameDescription
otherListContextsRequest

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
Int32

PageToken

public string PageToken { get; set; }

Optional. The next_page_token value returned from a previous list request.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The session to list all contexts from. Format: projects/{Project ID}/agent/sessions/{Session ID} or projects/{Project ID}/agent/environments/{Environment ID}/users/{User ID>/sessions/&lt;Session ID>. If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user.

Property Value
TypeDescription
String

ParentAsSessionName

public SessionName ParentAsSessionName { get; set; }

SessionName-typed view over the Parent resource name property.

Property Value
TypeDescription
SessionName