public sealed class CreateSessionEntityTypeRequest : IMessage<CreateSessionEntityTypeRequest>, IEquatable<CreateSessionEntityTypeRequest>, IDeepCloneable<CreateSessionEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CreateSessionEntityTypeRequest.
The request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.CreateSessionEntityType].
Implements
IMessageCreateSessionEntityTypeRequest, IEquatableCreateSessionEntityTypeRequest, IDeepCloneableCreateSessionEntityTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.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. 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 |
SessionEntityType
public SessionEntityType SessionEntityType { get; set; }
Required. The session entity type to create.
Property Value | |
---|---|
Type | Description |
SessionEntityType |