GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig class
Configuration that applies to all conversations.
Constructors
- GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig({int? agentChannel, String? agentId, int? customerChannel})
- GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig.fromJson(Map json_)
Properties
- agentChannel ↔ int?
-
Indicates which of the channels, 1 or 2, contains the agent.
getter/setter pair
- agentId ↔ String?
-
An opaque, user-specified string representing a human agent who handled
all conversations in the import.
getter/setter pair
- customerChannel ↔ int?
-
Indicates which of the channels, 1 or 2, contains the agent.
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