Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#header ⇒ String
Corresponds to the JSON property
header. -
#horizontal_alignment ⇒ String
Corresponds to the JSON property
horizontalAlignment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
constructor
A new instance of GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
Returns a new instance of GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.
18728 18729 18730 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18728 def initialize(**args) update!(**args) end |
Instance Attribute Details
#header ⇒ String
Corresponds to the JSON property header
18721 18722 18723 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18721 def header @header end |
#horizontal_alignment ⇒ String
Corresponds to the JSON property horizontalAlignment
18726 18727 18728 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18726 def horizontal_alignment @horizontal_alignment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18733 18734 18735 18736 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18733 def update!(**args) @header = args[:header] if args.key?(:header) @horizontal_alignment = args[:horizontal_alignment] if args.key?(:horizontal_alignment) end |