Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#no_smalltalk::Boolean

Returns Do not trigger if last utterance is small talk.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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