@aws-sdk/client-connect-contact-lens 3.787.0 → 3.788.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -52,7 +52,7 @@ declare const ListRealtimeContactAnalysisSegmentsCommand_base: {
|
|
|
52
52
|
* // Content: "STRING_VALUE", // required
|
|
53
53
|
* // BeginOffsetMillis: Number("int"), // required
|
|
54
54
|
* // EndOffsetMillis: Number("int"), // required
|
|
55
|
-
* // Sentiment: "POSITIVE" || "NEUTRAL" || "NEGATIVE",
|
|
55
|
+
* // Sentiment: "POSITIVE" || "NEUTRAL" || "NEGATIVE",
|
|
56
56
|
* // IssuesDetected: [ // IssuesDetected
|
|
57
57
|
* // { // IssueDetected
|
|
58
58
|
* // CharacterOffsets: { // CharacterOffsets
|
|
@@ -269,7 +269,7 @@ export interface Transcript {
|
|
|
269
269
|
* <p>The sentiment detected for this piece of transcript.</p>
|
|
270
270
|
* @public
|
|
271
271
|
*/
|
|
272
|
-
Sentiment
|
|
272
|
+
Sentiment?: SentimentValue | undefined;
|
|
273
273
|
/**
|
|
274
274
|
* <p>List of positions where issues were detected on the transcript.</p>
|
|
275
275
|
* @public
|
|
@@ -82,7 +82,7 @@ export interface Transcript {
|
|
|
82
82
|
Content: string | undefined;
|
|
83
83
|
BeginOffsetMillis: number | undefined;
|
|
84
84
|
EndOffsetMillis: number | undefined;
|
|
85
|
-
Sentiment
|
|
85
|
+
Sentiment?: SentimentValue | undefined;
|
|
86
86
|
IssuesDetected?: IssueDetected[] | undefined;
|
|
87
87
|
}
|
|
88
88
|
export interface RealtimeContactAnalysisSegment {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect-contact-lens",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Contact Lens Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.788.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connect-contact-lens",
|