Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestContextReferencesRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_referencesHash<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