Dialogflow v3 API - Class CreateSessionEntityTypeRequest (2.21.0)

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

Reference documentation and code samples for the Dialogflow v3 API class CreateSessionEntityTypeRequest.

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

Inheritance

object > CreateSessionEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CreateSessionEntityTypeRequest()

public CreateSessionEntityTypeRequest()

CreateSessionEntityTypeRequest(CreateSessionEntityTypeRequest)

public CreateSessionEntityTypeRequest(CreateSessionEntityTypeRequest other)
Parameter
Name Description
other CreateSessionEntityTypeRequest

Properties

Parent

public string Parent { get; set; }

Required. The session to create a session entity type for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>. If Environment ID is not specified, we assume default 'draft' environment.

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

SessionEntityType

public SessionEntityType SessionEntityType { get; set; }

Required. The session entity type to create.

Property Value
Type Description
SessionEntityType