Class ListSessionEntityTypesRequest (1.2.0)

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

The request message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.cx.v3.SessionEntityTypes.ListSessionEntityTypes].

Inheritance

Object > ListSessionEntityTypesRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ListSessionEntityTypesRequest()

public ListSessionEntityTypesRequest()

ListSessionEntityTypesRequest(ListSessionEntityTypesRequest)

public ListSessionEntityTypesRequest(ListSessionEntityTypesRequest other)
Parameter
NameDescription
otherListSessionEntityTypesRequest

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 session to list all session entity types from. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/sessions/&lt;Session ID> or projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/environments/&lt;Environment ID>/sessions/&lt;Session ID>. If Environment ID is not specified, we assume default 'draft' environment.

Property Value
TypeDescription
String

ParentAsSessionName

public SessionName ParentAsSessionName { get; set; }

SessionName-typed view over the Parent resource name property.

Property Value
TypeDescription
SessionName