Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageMixedAudio

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ResponseMessageMixedAudio

Returns a new instance of GoogleCloudDialogflowCxV3ResponseMessageMixedAudio.



6634
6635
6636
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6634

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#segmentsArray<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>

Corresponds to the JSON property segments



6632
6633
6634
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6632

def segments
  @segments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6639
6640
6641
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6639

def update!(**args)
  @segments = args[:segments] if args.key?(:segments)
end