Class: Google::Cloud::Dialogflow::V2::ConversationContext

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

Overview

Context of the conversation, including transcripts.

Instance Attribute Summary collapse

Instance Attribute Details

#message_entries::Array<::Google::Cloud::Dialogflow::V2::MessageEntry>

Returns Optional. List of message transcripts in the conversation.

Returns:



152
153
154
155
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 152

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