class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageTableCardRow
Row of TableCard.
Attributes
cells[RW]
Optional. List of cells that make up this row. Corresponds to the JSON property `cells` @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageTableCardCell>]
divider_after[RW]
Optional. Whether to add a visual divider after this row. Corresponds to the JSON property `dividerAfter` @return [Boolean]
divider_after?[RW]
Optional. Whether to add a visual divider after this row. Corresponds to the JSON property `dividerAfter` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3beta1/classes.rb, line 12766 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_v3beta1/classes.rb, line 12771 def update!(**args) @cells = args[:cells] if args.key?(:cells) @divider_after = args[:divider_after] if args.key?(:divider_after) end