Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::SuggestConversationSummaryResponse.
The response message for Conversations.SuggestConversationSummary.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#context_size
def context_size() -> ::Integer
- (::Integer) — Number of messages prior to and including [last_conversation_message][] used to compile the suggestion. It may be smaller than the [SuggestSummaryRequest.context_size][] field in the request if there weren't that many messages in the conversation.
#context_size=
def context_size=(value) -> ::Integer
- value (::Integer) — Number of messages prior to and including [last_conversation_message][] used to compile the suggestion. It may be smaller than the [SuggestSummaryRequest.context_size][] field in the request if there weren't that many messages in the conversation.
- (::Integer) — Number of messages prior to and including [last_conversation_message][] used to compile the suggestion. It may be smaller than the [SuggestSummaryRequest.context_size][] field in the request if there weren't that many messages in the conversation.
#latest_message
def latest_message() -> ::String
-
(::String) — The name of the latest conversation message used as context for
compiling suggestion.
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.
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.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>
.
#summary
def summary() -> ::Google::Cloud::Dialogflow::V2::SuggestConversationSummaryResponse::Summary
- (::Google::Cloud::Dialogflow::V2::SuggestConversationSummaryResponse::Summary) — Generated summary.
#summary=
def summary=(value) -> ::Google::Cloud::Dialogflow::V2::SuggestConversationSummaryResponse::Summary
- value (::Google::Cloud::Dialogflow::V2::SuggestConversationSummaryResponse::Summary) — Generated summary.
- (::Google::Cloud::Dialogflow::V2::SuggestConversationSummaryResponse::Summary) — Generated summary.