Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig
- 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
-
#recent_sentences_count ⇒ ::Integer
Number of recent non-small-talk sentences to use as context for article and FAQ suggestion.
Instance Attribute Details
#recent_sentences_count ⇒ ::Integer
Returns 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 |