Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Settings of suggestion trigger.
Instance Attribute Summary collapse
-
#no_smalltalk ⇒ ::Boolean
Do not trigger if last utterance is small talk.
-
#only_end_user ⇒ ::Boolean
Only trigger suggestion if participant role of last utterance is END_USER.
Instance Attribute Details
#no_smalltalk ⇒ ::Boolean
Returns Do not trigger if last utterance is small talk.
238 239 240 241 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 238 class SuggestionTriggerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#only_end_user ⇒ ::Boolean
Returns Only trigger suggestion if participant role of last utterance is END_USER.
238 239 240 241 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 238 class SuggestionTriggerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |