Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestContextReferencesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestContextReferencesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#ingested_context_references ⇒ Hash<String,Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationContextReference>
Corresponds to the JSON property
ingestedContextReferences.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2IngestContextReferencesResponse
constructor
A new instance of GoogleCloudDialogflowV2IngestContextReferencesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2IngestContextReferencesResponse
Returns a new instance of GoogleCloudDialogflowV2IngestContextReferencesResponse.
11665 11666 11667 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11665 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ingested_context_references ⇒ Hash<String,Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationContextReference>
Corresponds to the JSON property ingestedContextReferences
11663 11664 11665 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11663 def ingested_context_references @ingested_context_references end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11670 11671 11672 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11670 def update!(**args) @ingested_context_references = args[:ingested_context_references] if args.key?(:ingested_context_references) end |