class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageText
The text response message.
Attributes
text[RW]
A collection of text responses. Corresponds to the JSON property `text` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 13352 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_v2beta1/classes.rb, line 13357 def update!(**args) @text = args[:text] if args.key?(:text) end