public sealed class ClearSuggestionFeatureConfigOperationMetadata : IMessage<ClearSuggestionFeatureConfigOperationMetadata>, IEquatable<ClearSuggestionFeatureConfigOperationMetadata>, IDeepCloneable<ClearSuggestionFeatureConfigOperationMetadata>, IBufferMessage, IMessageMetadata for a [ConversationProfile.ClearSuggestionFeatureConfig][] operation.
Inheritance
System.Object > ClearSuggestionFeatureConfigOperationMetadataImplements
IMessage<ClearSuggestionFeatureConfigOperationMetadata>, IEquatable<ClearSuggestionFeatureConfigOperationMetadata>, IDeepCloneable<ClearSuggestionFeatureConfigOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ClearSuggestionFeatureConfigOperationMetadata()
public ClearSuggestionFeatureConfigOperationMetadata()ClearSuggestionFeatureConfigOperationMetadata(ClearSuggestionFeatureConfigOperationMetadata)
public ClearSuggestionFeatureConfigOperationMetadata(ClearSuggestionFeatureConfigOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ClearSuggestionFeatureConfigOperationMetadata |
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 remove 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 remove.
| Property Value | |
|---|---|
| Type | Description |
SuggestionFeature.Types.Type |
|