Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
A wrapper for holding the audio for any given turn.
Instance Attribute Summary collapse
-
#audio_duration ⇒ String
The duration of the audio.
-
#audio_gcs_uri ⇒ String
The Cloud Storage URI of the audio for any given turn.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio
Returns a new instance of GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio.
17908 17909 17910 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17908 def initialize(**args) update!(**args) end |
Instance Attribute Details
#audio_duration ⇒ String
The duration of the audio.
Corresponds to the JSON property audioDuration
17901 17902 17903 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17901 def audio_duration @audio_duration end |
#audio_gcs_uri ⇒ String
The Cloud Storage URI of the audio for any given turn.
Corresponds to the JSON property audioGcsUri
17906 17907 17908 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17906 def audio_gcs_uri @audio_gcs_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17913 17914 17915 17916 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17913 def update!(**args) @audio_duration = args[:audio_duration] if args.key?(:audio_duration) @audio_gcs_uri = args[:audio_gcs_uri] if args.key?(:audio_gcs_uri) end |