class Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentMessageText
The text response message.
Attributes
text[RW]
Optional. The collection of the agent's responses. Corresponds to the JSON property `text` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 10651 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_v3/classes.rb, line 10656 def update!(**args) @text = args[:text] if args.key?(:text) end