Class: Google::Cloud::Dialogflow::V2::IngestContextReferencesResponse

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 response message for [ConversationsService.IngestContextReferences][].

Defined Under Namespace

Classes: IngestedContextReferencesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#ingested_context_references::Google::Protobuf::Map{::String => ::Google::Cloud::Dialogflow::V2::Conversation::ContextReference}

Returns All context references ingested.

Returns:



403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 403

class IngestContextReferencesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Dialogflow::V2::Conversation::ContextReference]
  class IngestedContextReferencesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end