Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestContextReferencesRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestContextReferencesRequest
- 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
-
#context_references ⇒ Hash<String,Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationContextReference>
Corresponds to the JSON property
contextReferences.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2IngestContextReferencesRequest
constructor
A new instance of GoogleCloudDialogflowV2IngestContextReferencesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2IngestContextReferencesRequest
Returns a new instance of GoogleCloudDialogflowV2IngestContextReferencesRequest.
11601 11602 11603 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11601 def initialize(**args) update!(**args) end |
Instance Attribute Details
#context_references ⇒ Hash<String,Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationContextReference>
Corresponds to the JSON property contextReferences
11599 11600 11601 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11599 def context_references @context_references end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11606 11607 11608 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11606 def update!(**args) @context_references = args[:context_references] if args.key?(:context_references) end |