Google Cloud Dialogflow v2 API - Class CreateSessionEntityTypeRequest (4.16.0)

public sealed class CreateSessionEntityTypeRequest : IMessage<CreateSessionEntityTypeRequest>, IEquatable<CreateSessionEntityTypeRequest>, IDeepCloneable<CreateSessionEntityTypeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateSessionEntityTypeRequest.

The request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.CreateSessionEntityType].

Inheritance

object > CreateSessionEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

CreateSessionEntityTypeRequest()

public CreateSessionEntityTypeRequest()

CreateSessionEntityTypeRequest(CreateSessionEntityTypeRequest)

public CreateSessionEntityTypeRequest(CreateSessionEntityTypeRequest other)
Parameter
NameDescription
otherCreateSessionEntityTypeRequest

Properties

Parent

public string Parent { get; set; }

Required. The session to create a session entity type for. Format: projects/<Project ID>/agent/sessions/<Session ID> or projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/ sessions/<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

SessionEntityType

public SessionEntityType SessionEntityType { get; set; }

Required. The session entity type to create.

Property Value
TypeDescription
SessionEntityType