public sealed class CreateSessionEntityTypeRequest : IMessage<CreateSessionEntityTypeRequest>, IEquatable<CreateSessionEntityTypeRequest>, IDeepCloneable<CreateSessionEntityTypeRequest>, IBufferMessage, IMessageThe request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.CreateSessionEntityType].
Implements
IMessage<CreateSessionEntityTypeRequest>, IEquatable<CreateSessionEntityTypeRequest>, IDeepCloneable<CreateSessionEntityTypeRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID> or projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>.
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 | |