Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech
- 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
Instance Attribute Summary collapse
-
#ssml ⇒ String
Corresponds to the JSON property
ssml. -
#text ⇒ String
Corresponds to the JSON property
text.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech
constructor
A new instance of GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech
Returns a new instance of GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech.
16889 16890 16891 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 16889 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ssml ⇒ String
Corresponds to the JSON property ssml
16882 16883 16884 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 16882 def ssml @ssml end |
#text ⇒ String
Corresponds to the JSON property text
16887 16888 16889 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 16887 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16894 16895 16896 16897 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 16894 def update!(**args) @ssml = args[:ssml] if args.key?(:ssml) @text = args[:text] if args.key?(:text) end |