Class: Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryRequest::MinimalConversation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messages::Array<::Google::Cloud::Dialogflow::V2::Message>

Returns 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.



374
375
376
377
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 374

class MinimalConversation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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>.



374
375
376
377
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 374

class MinimalConversation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end