class Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentMessageTableCardCell
Cell of TableCardRow.
Attributes
text[RW]
Required. Text in this cell. Corresponds to the JSON property `text` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 10606 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3/classes.rb, line 10611 def update!(**args) @text = args[:text] if args.key?(:text) end