Class: Google::Cloud::Dialogflow::V2::IngestContextReferencesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::IngestContextReferencesResponse
- 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
-
#ingested_context_references ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Dialogflow::V2::Conversation::ContextReference}
All context references ingested.
Instance Attribute Details
#ingested_context_references ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Dialogflow::V2::Conversation::ContextReference}
Returns All context references ingested.
410 411 412 413 414 415 416 417 418 419 420 421 422 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 410 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 |