Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryRequest::MinimalConversation (v0.34.0)

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

The minimum amount of information required to generate a Summary without having a Conversation resource created.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#messages

def messages() -> ::Array<::Google::Cloud::Dialogflow::V2::Message>
Returns
  • (::Array<::Google::Cloud::Dialogflow::V2::Message>) — Required. The messages that the Summary will be generated from. It is expected that this message content is already redacted and does not contain any PII. Required fields: language_code, participant, participant_role Optional fields: {send_time} If send_time is not provided, then the messages must be provided in chronological order.

#messages=

def messages=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Message>
Parameter
  • value (::Array<::Google::Cloud::Dialogflow::V2::Message>) — Required. The messages that the Summary will be generated from. It is expected that this message content is already redacted and does not contain any PII. Required fields: language_code, participant, participant_role Optional fields: {send_time} If send_time is not provided, then the messages must be provided in chronological order.
Returns
  • (::Array<::Google::Cloud::Dialogflow::V2::Message>) — Required. The messages that the Summary will be generated from. It is expected that this message content is already redacted and does not contain any PII. Required fields: language_code, participant, participant_role Optional fields: {send_time} If send_time is not provided, then the messages must be provided in chronological order.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource to charge for the Summary's generation. Format: projects/<Project ID>/locations/<Location ID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource to charge for the Summary's generation. Format: projects/<Project ID>/locations/<Location ID>.
Returns
  • (::String) — Required. The parent resource to charge for the Summary's generation. Format: projects/<Project ID>/locations/<Location ID>.