Class: Google::Cloud::Dialogflow::V2::SuggestConversationSummaryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SuggestConversationSummaryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
The request message for Conversations.SuggestConversationSummary.
Instance Attribute Summary collapse
-
#assist_query_params ⇒ ::Google::Cloud::Dialogflow::V2::AssistQueryParameters
Optional.
-
#context_size ⇒ ::Integer
Optional.
-
#conversation ⇒ ::String
Required.
-
#latest_message ⇒ ::String
Optional.
Instance Attribute Details
#assist_query_params ⇒ ::Google::Cloud::Dialogflow::V2::AssistQueryParameters
Returns Optional. Parameters for a human assist query. Only used for POC/demo purpose.
276 277 278 279 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 276 class SuggestConversationSummaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#context_size ⇒ ::Integer
Returns Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 500 and at most 1000.
276 277 278 279 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 276 class SuggestConversationSummaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#conversation ⇒ ::String
Returns Required. The conversation to fetch suggestion for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>
.
276 277 278 279 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 276 class SuggestConversationSummaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#latest_message ⇒ ::String
Returns Optional. The name of the latest conversation message used as context for compiling suggestion. If empty, the latest message of the conversation will be used.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/messages/<Message ID>
.
276 277 278 279 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 276 class SuggestConversationSummaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |