Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#segments ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment>
Corresponds to the JSON property
segments.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio
constructor
A new instance of GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio
Returns a new instance of GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio.
20479 20480 20481 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20479 def initialize(**args) update!(**args) end |
Instance Attribute Details
#segments ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment>
Corresponds to the JSON property segments
20477 20478 20479 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20477 def segments @segments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20484 20485 20486 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20484 def update!(**args) @segments = args[:segments] if args.key?(:segments) end |