GoogleCloudContactcenterinsightsV1UploadConversationRequest class

Request to upload a conversation.

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