Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryResponse (v0.28.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryResponse.

The response message for Conversations.GenerateStatelessSummary.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#context_size

def context_size() -> ::Integer
Returns
  • (::Integer) — Number of messages prior to and including [last_conversation_message][] used to compile the suggestion. It may be smaller than the [GenerateStatelessSummaryRequest.context_size][] field in the request if there weren't that many messages in the conversation.

#context_size=

def context_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of messages prior to and including [last_conversation_message][] used to compile the suggestion. It may be smaller than the [GenerateStatelessSummaryRequest.context_size][] field in the request if there weren't that many messages in the conversation.
Returns
  • (::Integer) — Number of messages prior to and including [last_conversation_message][] used to compile the suggestion. It may be smaller than the [GenerateStatelessSummaryRequest.context_size][] field in the request if there weren't that many messages in the conversation.

#latest_message

def latest_message() -> ::String
Returns
  • (::String) — The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.

#latest_message=

def latest_message=(value) -> ::String
Parameter
  • value (::String) — The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.
Returns
  • (::String) — The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.

#summary

def summary() -> ::Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryResponse::Summary

#summary=

def summary=(value) -> ::Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryResponse::Summary