Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig

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

Config to process conversation.

Instance Attribute Summary collapse

Instance Attribute Details

#recent_sentences_count::Integer

Returns Number of recent non-small-talk sentences to use as context for article and FAQ suggestion.

Returns:

  • (::Integer)

    Number of recent non-small-talk sentences to use as context for article and FAQ suggestion



531
532
533
534
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 531

class ConversationProcessConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end