GoogleCloudContactcenterinsightsV1DialogflowSource class
A Dialogflow source of conversation data.
Constructors
- GoogleCloudContactcenterinsightsV1DialogflowSource({String? audioUri, String? dialogflowConversation})
- GoogleCloudContactcenterinsightsV1DialogflowSource.fromJson(Map json_)
Properties
- audioUri ↔ String?
-
Cloud Storage URI that points to a file that contains the conversation
audio.
getter/setter pair
- dialogflowConversation ↔ String?
-
The name of the Dialogflow conversation that this conversation resource is
derived from.
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
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