GoogleCloudContactcenterinsightsV1UploadConversationRequest class
Request to upload a conversation.
Constructors
- GoogleCloudContactcenterinsightsV1UploadConversationRequest({GoogleCloudContactcenterinsightsV1Conversation? conversation, String? conversationId, String? parent, GoogleCloudContactcenterinsightsV1RedactionConfig? redactionConfig, GoogleCloudContactcenterinsightsV1SpeechConfig? speechConfig})
- GoogleCloudContactcenterinsightsV1UploadConversationRequest.fromJson(Map json_)
Properties
- conversation ↔ GoogleCloudContactcenterinsightsV1Conversation?
-
The conversation resource to create.
getter/setter pair
- conversationId ↔ String?
-
A unique ID for the new conversation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The parent resource of the conversation.
getter/setter pair
- redactionConfig ↔ GoogleCloudContactcenterinsightsV1RedactionConfig?
-
DLP settings for transcript redaction.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speechConfig ↔ GoogleCloudContactcenterinsightsV1SpeechConfig?
-
Speech-to-Text configuration.
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