Google Cloud Dialogflow v2 API - Class SetSuggestionFeatureConfigOperationMetadata (4.18.0)

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.

Inheritance

object > SetSuggestionFeatureConfigOperationMetadata

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SetSuggestionFeatureConfigOperationMetadata()

public SetSuggestionFeatureConfigOperationMetadata()

SetSuggestionFeatureConfigOperationMetadata(SetSuggestionFeatureConfigOperationMetadata)

public SetSuggestionFeatureConfigOperationMetadata(SetSuggestionFeatureConfigOperationMetadata other)
Parameter
NameDescription
otherSetSuggestionFeatureConfigOperationMetadata

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 add or update 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 add or update.

Property Value
TypeDescription
SuggestionFeatureTypesType