Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageText
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageText
- 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
Overview
The text response message.
Instance Attribute Summary collapse
-
#text ⇒ Array<String>
A collection of text responses.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ResponseMessageText
constructor
A new instance of GoogleCloudDialogflowV2beta1ResponseMessageText.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ResponseMessageText
Returns a new instance of GoogleCloudDialogflowV2beta1ResponseMessageText.
13273 13274 13275 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13273 def initialize(**args) update!(**args) end |
Instance Attribute Details
#text ⇒ Array<String>
A collection of text responses.
Corresponds to the JSON property text
13271 13272 13273 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13271 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13278 13279 13280 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13278 def update!(**args) @text = args[:text] if args.key?(:text) end |