Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::SuggestConversationSummaryRequest.
The request message for Conversations.SuggestConversationSummary.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assist_query_params
def assist_query_params() -> ::Google::Cloud::Dialogflow::V2::AssistQueryParameters
- (::Google::Cloud::Dialogflow::V2::AssistQueryParameters) — Parameters for a human assist query.
#assist_query_params=
def assist_query_params=(value) -> ::Google::Cloud::Dialogflow::V2::AssistQueryParameters
- value (::Google::Cloud::Dialogflow::V2::AssistQueryParameters) — Parameters for a human assist query.
- (::Google::Cloud::Dialogflow::V2::AssistQueryParameters) — Parameters for a human assist query.
#context_size
def context_size() -> ::Integer
- (::Integer) — 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.
#context_size=
def context_size=(value) -> ::Integer
- value (::Integer) — 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.
- (::Integer) — 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.
#conversation
def conversation() -> ::String
-
(::String) — Required. The conversation to fetch suggestion for.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>
.
#conversation=
def conversation=(value) -> ::String
-
value (::String) — Required. The conversation to fetch suggestion for.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>
.
-
(::String) — Required. The conversation to fetch suggestion for.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>
.
#latest_message
def latest_message() -> ::String
-
(::String) — 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>
.
#latest_message=
def latest_message=(value) -> ::String
-
value (::String) — 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>
.
-
(::String) — 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>
.