Class SetSuggestionFeatureConfigRequest (2.14.0)

SetSuggestionFeatureConfigRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request message for [ConversationProfiles.SetSuggestionFeature][].

Attributes

NameDescription
conversation_profile str
Required. The Conversation Profile to add or update the suggestion feature config. Format: ``projects/
participant_role google.cloud.dialogflow_v2beta1.types.Participant.Role
Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.
suggestion_feature_config google.cloud.dialogflow_v2beta1.types.HumanAgentAssistantConfig.SuggestionFeatureConfig
Required. The suggestion feature config to add or update.

Inheritance

builtins.object > proto.message.Message > SetSuggestionFeatureConfigRequest