Google Cloud Dialogflow v2 API - Class ClearSuggestionFeatureConfigOperationMetadata (4.18.0)

public sealed class ClearSuggestionFeatureConfigOperationMetadata : IMessage<ClearSuggestionFeatureConfigOperationMetadata>, IEquatable<ClearSuggestionFeatureConfigOperationMetadata>, IDeepCloneable<ClearSuggestionFeatureConfigOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ClearSuggestionFeatureConfigOperationMetadata.

Metadata for a [ConversationProfile.ClearSuggestionFeatureConfig][] operation.

Inheritance

object > ClearSuggestionFeatureConfigOperationMetadata

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ClearSuggestionFeatureConfigOperationMetadata()

public ClearSuggestionFeatureConfigOperationMetadata()

ClearSuggestionFeatureConfigOperationMetadata(ClearSuggestionFeatureConfigOperationMetadata)

public ClearSuggestionFeatureConfigOperationMetadata(ClearSuggestionFeatureConfigOperationMetadata other)
Parameter
NameDescription
otherClearSuggestionFeatureConfigOperationMetadata

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
TypeDescription
string

CreateTime

public Timestamp CreateTime { get; set; }

Timestamp whe the request was created. The time is measured on server side.

Property Value
TypeDescription
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
TypeDescription
ParticipantTypesRole

SuggestionFeatureType

public SuggestionFeature.Types.Type SuggestionFeatureType { get; set; }

Required. The type of the suggestion feature to remove.

Property Value
TypeDescription
SuggestionFeatureTypesType