GoogleCloudContactcenterinsightsV1GcsSource class
A Cloud Storage source of conversation data.
Constructors
- GoogleCloudContactcenterinsightsV1GcsSource({String? audioUri, String? transcriptUri})
- GoogleCloudContactcenterinsightsV1GcsSource.fromJson(Map json_)
Properties
- audioUri ↔ String?
-
Cloud Storage URI that points to a file that contains the conversation
audio.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transcriptUri ↔ String?
-
Cloud Storage URI that points to a file that contains the conversation
transcript.
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