Google Cloud Dialogflow v2beta1 API - Class ListSessionEntityTypesRequest (1.0.0-beta15)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ListSessionEntityTypesRequest.

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

Inheritance

object > ListSessionEntityTypesRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ListSessionEntityTypesRequest()

public ListSessionEntityTypesRequest()

ListSessionEntityTypesRequest(ListSessionEntityTypesRequest)

public ListSessionEntityTypesRequest(ListSessionEntityTypesRequest other)
Parameter
Name Description
other ListSessionEntityTypesRequest

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
Type Description
int

PageToken

public string PageToken { get; set; }

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

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The session to list all session entity types from. Supported formats:

  • `projects/<Project ID>/agent/sessions/<Session ID>,
  • projects/<Project ID>/locations/<Location ID>/agent/sessions/<Session ID>,
  • projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>,
  • projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>,

If Location ID is not specified we assume default 'us' location. If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user.

Property Value
Type Description
string

ParentAsSessionName

public SessionName ParentAsSessionName { get; set; }

SessionName-typed view over the Parent resource name property.

Property Value
Type Description
SessionName