Class: Google::Cloud::Dialogflow::V2::SetSuggestionFeatureConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SetSuggestionFeatureConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
The request message for [ConversationProfiles.SetSuggestionFeature][].
Instance Attribute Summary collapse
-
#conversation_profile ⇒ ::String
Required.
-
#participant_role ⇒ ::Google::Cloud::Dialogflow::V2::Participant::Role
Required.
-
#suggestion_feature_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig
Required.
Instance Attribute Details
#conversation_profile ⇒ ::String
Returns Required. The Conversation Profile to add or update the suggestion feature
config. Format: projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>
.
717 718 719 720 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 717 class SetSuggestionFeatureConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#participant_role ⇒ ::Google::Cloud::Dialogflow::V2::Participant::Role
Returns Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.
717 718 719 720 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 717 class SetSuggestionFeatureConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suggestion_feature_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig
Returns Required. The suggestion feature config to add or update.
717 718 719 720 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 717 class SetSuggestionFeatureConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |