GoogleCloudContactcenterinsightsV1IngestConversationsRequest class
The request to ingest conversations.
Constructors
- GoogleCloudContactcenterinsightsV1IngestConversationsRequest({GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig? conversationConfig, GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource? gcsSource, String? parent, GoogleCloudContactcenterinsightsV1RedactionConfig? redactionConfig, int? sampleSize, GoogleCloudContactcenterinsightsV1SpeechConfig? speechConfig, GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig? transcriptObjectConfig})
- GoogleCloudContactcenterinsightsV1IngestConversationsRequest.fromJson(Map json_)
Properties
- conversationConfig ↔ GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig?
-
Configuration that applies to all conversations.
getter/setter pair
- gcsSource ↔ GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource?
-
A cloud storage bucket source.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The parent resource for new conversations.
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
- sampleSize ↔ int?
-
If set, this fields indicates the number of objects to ingest from the
Cloud Storage bucket.
getter/setter pair
- speechConfig ↔ GoogleCloudContactcenterinsightsV1SpeechConfig?
-
Default Speech-to-Text configuration.
getter/setter pair
- transcriptObjectConfig ↔ GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig?
-
Configuration for when
source
contains conversation transcripts.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