public sealed class GetSessionEntityTypeRequest : IMessage<GetSessionEntityTypeRequest>, IEquatable<GetSessionEntityTypeRequest>, IDeepCloneable<GetSessionEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetSessionEntityTypeRequest.
The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.GetSessionEntityType].
Implements
IMessageGetSessionEntityTypeRequest, IEquatableGetSessionEntityTypeRequest, IDeepCloneableGetSessionEntityTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
GetSessionEntityTypeRequest()
public GetSessionEntityTypeRequest()
GetSessionEntityTypeRequest(GetSessionEntityTypeRequest)
public GetSessionEntityTypeRequest(GetSessionEntityTypeRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSessionEntityTypeRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the session entity type. Supported formats:
projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
projects/<Project ID>/locations/<Location ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
projects/<Project ID>/locations/<Location ID>/agent/environments/ <Environment ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
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 |
SessionEntityTypeName
public SessionEntityTypeName SessionEntityTypeName { get; set; }
SessionEntityTypeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SessionEntityTypeName |