Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Detail human agent assistant config.
Instance Attribute Summary collapse
-
#feature_configs ⇒ ::Array<::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig>
Configuration of different suggestion features.
-
#group_suggestion_responses ⇒ ::Boolean
If
group_suggestion_responsesis false, and there are multiplefeature_configsinevent based suggestionor StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion.
Instance Attribute Details
#feature_configs ⇒ ::Array<::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig>
300 301 302 303 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 300 class SuggestionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#group_suggestion_responses ⇒ ::Boolean
300 301 302 303 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 300 class SuggestionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |