GoogleCloudContactcenterinsightsV1SignedAudioUris class
Signed audio URIs for a conversation.
Constructors
-
GoogleCloudContactcenterinsightsV1SignedAudioUris({String? signedDialogflowAudioUri, String? signedGcsAudioUri, List<
GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio> ? signedTurnLevelAudios}) - GoogleCloudContactcenterinsightsV1SignedAudioUris.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signedDialogflowAudioUri ↔ String?
-
The signed URI for the audio from the Dialogflow conversation source.
getter/setter pair
- signedGcsAudioUri ↔ String?
-
The signed URI for the audio from the Cloud Storage conversation source.
getter/setter pair
-
signedTurnLevelAudios
↔ List<
GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio> ? -
The signed URI for the audio corresponding to each turn in the
conversation.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited