Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Config for suggestion features.
Instance Attribute Summary collapse
-
#conversation_model_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig
Configs of custom conversation model.
-
#conversation_process_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig
Configs for processing conversation.
-
#enable_event_based_suggestion ⇒ ::Boolean
Automatically iterates all participants and tries to compile suggestions.
-
#query_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig
Configs of query.
-
#suggestion_feature ⇒ ::Google::Cloud::Dialogflow::V2::SuggestionFeature
The suggestion feature.
-
#suggestion_trigger_settings ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings
Settings of suggestion trigger.
Instance Attribute Details
#conversation_model_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig
267 268 269 270 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 267 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#conversation_process_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig
267 268 269 270 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 267 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_event_based_suggestion ⇒ ::Boolean
267 268 269 270 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 267 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig
267 268 269 270 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 267 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suggestion_feature ⇒ ::Google::Cloud::Dialogflow::V2::SuggestionFeature
267 268 269 270 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 267 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suggestion_trigger_settings ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings
267 268 269 270 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 267 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |