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.
18275 18276 18277 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18275 def initialize(**args) update!(**args) end |
Instance Attribute Details
#text ⇒ Array<String>
A collection of text responses.
Corresponds to the JSON property text
18273 18274 18275 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18273 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18280 18281 18282 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18280 def update!(**args) @text = args[:text] if args.key?(:text) end |