public sealed class SetSuggestionFeatureConfigOperationMetadata : IMessage<SetSuggestionFeatureConfigOperationMetadata>, IEquatable<SetSuggestionFeatureConfigOperationMetadata>, IDeepCloneable<SetSuggestionFeatureConfigOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SetSuggestionFeatureConfigOperationMetadata.
Metadata for a [ConversationProfile.SetSuggestionFeatureConfig][] operation.
Implements
IMessage<SetSuggestionFeatureConfigOperationMetadata>, IEquatable<SetSuggestionFeatureConfigOperationMetadata>, IDeepCloneable<SetSuggestionFeatureConfigOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SetSuggestionFeatureConfigOperationMetadata()
public SetSuggestionFeatureConfigOperationMetadata()
SetSuggestionFeatureConfigOperationMetadata(SetSuggestionFeatureConfigOperationMetadata)
public SetSuggestionFeatureConfigOperationMetadata(SetSuggestionFeatureConfigOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | SetSuggestionFeatureConfigOperationMetadata |
Properties
ConversationProfile
public string ConversationProfile { get; set; }
The resource name of the conversation profile. Format:
projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>
Property Value | |
---|---|
Type | Description |
String |
CreateTime
public Timestamp CreateTime { get; set; }
Timestamp whe the request was created. The time is measured on server side.
Property Value | |
---|---|
Type | Description |
Timestamp |
ParticipantRole
public Participant.Types.Role ParticipantRole { get; set; }
Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.
Property Value | |
---|---|
Type | Description |
Participant.Types.Role |
SuggestionFeatureType
public SuggestionFeature.Types.Type SuggestionFeatureType { get; set; }
Required. The type of the suggestion feature to add or update.
Property Value | |
---|---|
Type | Description |
SuggestionFeature.Types.Type |