Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio

Returns a new instance of GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio.



22062
22063
22064
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 22062

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

Instance Attribute Details

#segmentsArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment>

Corresponds to the JSON property segments



22060
22061
22062
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 22060

def segments
  @segments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22067
22068
22069
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 22067

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