Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationContextReferenceContextContent
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationContextReferenceContextContent
- 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
-
#answer_record ⇒ String
Corresponds to the JSON property
answerRecord. -
#content ⇒ String
Corresponds to the JSON property
content. -
#content_format ⇒ String
Corresponds to the JSON property
contentFormat. -
#ingestion_time ⇒ String
Corresponds to the JSON property
ingestionTime.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationContextReferenceContextContent
constructor
A new instance of GoogleCloudDialogflowV2ConversationContextReferenceContextContent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationContextReferenceContextContent
Returns a new instance of GoogleCloudDialogflowV2ConversationContextReferenceContextContent.
8377 8378 8379 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8377 def initialize(**args) update!(**args) end |
Instance Attribute Details
#answer_record ⇒ String
Corresponds to the JSON property answerRecord
8360 8361 8362 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8360 def answer_record @answer_record end |
#content ⇒ String
Corresponds to the JSON property content
8365 8366 8367 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8365 def content @content end |
#content_format ⇒ String
Corresponds to the JSON property contentFormat
8370 8371 8372 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8370 def content_format @content_format end |
#ingestion_time ⇒ String
Corresponds to the JSON property ingestionTime
8375 8376 8377 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8375 def ingestion_time @ingestion_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8382 8383 8384 8385 8386 8387 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8382 def update!(**args) @answer_record = args[:answer_record] if args.key?(:answer_record) @content = args[:content] if args.key?(:content) @content_format = args[:content_format] if args.key?(:content_format) @ingestion_time = args[:ingestion_time] if args.key?(:ingestion_time) end |