Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent

Returns a new instance of GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent.



12522
12523
12524
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12522

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#answer_recordString

Corresponds to the JSON property answerRecord

Returns:

  • (String)


12505
12506
12507
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12505

def answer_record
  @answer_record
end

#contentString

Corresponds to the JSON property content

Returns:

  • (String)


12510
12511
12512
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12510

def content
  @content
end

#content_formatString

Corresponds to the JSON property contentFormat

Returns:

  • (String)


12515
12516
12517
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12515

def content_format
  @content_format
end

#ingestion_timeString

Corresponds to the JSON property ingestionTime

Returns:

  • (String)


12520
12521
12522
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12520

def ingestion_time
  @ingestion_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12527
12528
12529
12530
12531
12532
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12527

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