Class CreateSessionEntityTypeRequest
The request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.CreateSessionEntityType].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class CreateSessionEntityTypeRequest : IMessage<CreateSessionEntityTypeRequest>, IEquatable<CreateSessionEntityTypeRequest>, IDeepCloneable<CreateSessionEntityTypeRequest>, IBufferMessage, IMessage
Constructors
CreateSessionEntityTypeRequest()
Declaration
public CreateSessionEntityTypeRequest()
CreateSessionEntityTypeRequest(CreateSessionEntityTypeRequest)
Declaration
public CreateSessionEntityTypeRequest(CreateSessionEntityTypeRequest other)
Parameters
Type | Name | Description |
---|---|---|
CreateSessionEntityTypeRequest | other |
Properties
Parent
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.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsSessionName
SessionName-typed view over the Parent resource name property.
Declaration
public SessionName ParentAsSessionName { get; set; }
Property Value
Type | Description |
---|---|
SessionName |
SessionEntityType
Required. The session entity type to create.
Declaration
public SessionEntityType SessionEntityType { get; set; }
Property Value
Type | Description |
---|---|
SessionEntityType |