{ "uuid": "1ca4ee91-6f9a-4291-9da5-9a8554aaa31c", "lastMigration": 29, "name": "Contact Center AI Insights API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "88206597-1976-4d06-bcd9-dbef1fd902f3", "documentation": "Gets an issue model's statistics.", "method": "get", "endpoint": "v1/:issueModel:calculateIssueModelStats", "responses": [ { "uuid": "1450471b-dabe-45f2-b658-c30574940b36", "body": "{\n \"currentStats\": {\n \"analyzedConversationsCount\": \"\",\n \"issueStats\": {},\n \"unclassifiedConversationsCount\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59725bd3-566f-432f-954e-bb1340d6034c", "documentation": "Gets conversation statistics.", "method": "get", "endpoint": "v1/:location/conversations:calculateStats", "responses": [ { "uuid": "2586d615-5557-458c-9780-9587519cb257", "body": "{\n \"averageDuration\": \"\",\n \"averageTurnCount\": {{faker 'number.int' max=99999}},\n \"conversationCount\": {{faker 'number.int' max=99999}},\n \"conversationCountTimeSeries\": {\n \"intervalDuration\": \"\",\n \"points\": [\n {\n \"conversationCount\": {{faker 'number.int' max=99999}},\n \"startTime\": \"\"\n }\n ]\n },\n \"customHighlighterMatches\": {},\n \"issueMatches\": {},\n \"issueMatchesStats\": {},\n \"smartHighlighterMatches\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11ce2c77-ad9b-4241-8ddf-f1dc5fb910d3", "documentation": "Deletes a view.", "method": "delete", "endpoint": "v1/:name", "responses": [ { "uuid": "c17bb927-78f5-47a6-83ca-44f7716b5d5d", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e30fadbb-9433-46a0-8d17-5b9e55586b0e", "documentation": "Gets a view.", "method": "get", "endpoint": "v1/:name", "responses": [ { "uuid": "34d7144a-599a-4121-b311-aff4dfbbf6c9", "body": "{\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"updateTime\": \"\",\n \"value\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca819db6-26f4-4836-91cc-2da421511c8c", "documentation": "Updates a view.", "method": "patch", "endpoint": "v1/:name", "responses": [ { "uuid": "9988a1a6-7fc9-4b0c-8920-71d0be179d53", "body": "{\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"updateTime\": \"\",\n \"value\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5800cea4-c9ec-45d1-b492-d2a8420e455d", "documentation": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.", "method": "get", "endpoint": "v1/:name/operations", "responses": [ { "uuid": "68abc6a1-bf28-4269-87b0-70bc6e9d270e", "body": "{\n \"nextPageToken\": \"\",\n \"operations\": [\n {\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "80e5d5a9-7aea-4c46-851b-fce3bd25f69f", "documentation": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", "method": "post", "endpoint": "v1/:name:cancel", "responses": [ { "uuid": "1ead189c-d6f6-46a4-acce-0667bc1865b2", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2ffd543e-c230-4712-ad73-257d7bb5ce13", "documentation": "Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.", "method": "post", "endpoint": "v1/:name:deploy", "responses": [ { "uuid": "4d9ba477-7e8a-4416-9c45-14f27a0308a3", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc260223-6a2e-4d20-b710-b68a1fcc5285", "documentation": "Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.", "method": "post", "endpoint": "v1/:name:undeploy", "responses": [ { "uuid": "3bf8296c-72d3-4e8f-bef4-ae1a2d63ee36", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d2de7300-fb54-4fdd-9889-801ee6d2d8a3", "documentation": "Lists analyses.", "method": "get", "endpoint": "v1/:parent/analyses", "responses": [ { "uuid": "8c9c549d-db4c-47b0-bdb7-a5c6f8b751c3", "body": "{\n \"analyses\": [\n {\n \"analysisResult\": {\n \"callAnalysisMetadata\": {\n \"annotations\": [\n {\n \"annotationEndBoundary\": {\n \"transcriptIndex\": {{faker 'number.int' max=99999}},\n \"wordIndex\": {{faker 'number.int' max=99999}}\n },\n \"annotationStartBoundary\": {\n \"transcriptIndex\": {{faker 'number.int' max=99999}},\n \"wordIndex\": {{faker 'number.int' max=99999}}\n },\n \"channelTag\": {{faker 'number.int' max=99999}},\n \"entityMentionData\": {\n \"entityUniqueId\": \"\",\n \"sentiment\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n },\n \"type\": \"{{oneOf (array 'MENTION_TYPE_UNSPECIFIED' 'PROPER' 'COMMON')}}\"\n },\n \"holdData\": {},\n \"intentMatchData\": {\n \"intentUniqueId\": \"\"\n },\n \"interruptionData\": {},\n \"phraseMatchData\": {\n \"displayName\": \"\",\n \"phraseMatcher\": \"\"\n },\n \"sentimentData\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n },\n \"silenceData\": {}\n }\n ],\n \"entities\": {},\n \"intents\": {},\n \"issueModelResult\": {\n \"issueModel\": \"\",\n \"issues\": [\n {\n \"displayName\": \"\",\n \"issue\": \"\",\n \"score\": {{faker 'number.float'}}\n }\n ]\n },\n \"phraseMatchers\": {},\n \"sentiments\": [\n {\n \"channelTag\": {{faker 'number.int' max=99999}},\n \"sentimentData\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n }\n }\n ]\n },\n \"endTime\": \"\"\n },\n \"createTime\": \"\",\n \"name\": \"\",\n \"requestTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "67290b27-5922-4d76-9503-9872ee937787", "documentation": "Creates an analysis. The long running operation is done when the analysis has completed.", "method": "post", "endpoint": "v1/:parent/analyses", "responses": [ { "uuid": "66485db4-95ba-49cf-a610-2274e0b46958", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a989df8d-3fe0-43de-b33d-7ff1a6318e77", "documentation": "Lists conversations.", "method": "get", "endpoint": "v1/:parent/conversations", "responses": [ { "uuid": "a3217a0f-258c-4b24-89bd-eb8cca214c3f", "body": "{\n \"conversations\": [\n {\n \"agentId\": \"\",\n \"callMetadata\": {\n \"agentChannel\": {{faker 'number.int' max=99999}},\n \"customerChannel\": {{faker 'number.int' max=99999}}\n },\n \"createTime\": \"\",\n \"dataSource\": {\n \"dialogflowSource\": {\n \"audioUri\": \"\",\n \"dialogflowConversation\": \"\"\n },\n \"gcsSource\": {\n \"audioUri\": \"\",\n \"transcriptUri\": \"\"\n }\n },\n \"dialogflowIntents\": {},\n \"duration\": \"\",\n \"expireTime\": \"\",\n \"labels\": {},\n \"languageCode\": \"\",\n \"latestAnalysis\": {\n \"analysisResult\": {\n \"callAnalysisMetadata\": {\n \"annotations\": [\n {\n \"annotationEndBoundary\": {\n \"transcriptIndex\": {{faker 'number.int' max=99999}},\n \"wordIndex\": {{faker 'number.int' max=99999}}\n },\n \"annotationStartBoundary\": {\n \"transcriptIndex\": {{faker 'number.int' max=99999}},\n \"wordIndex\": {{faker 'number.int' max=99999}}\n },\n \"channelTag\": {{faker 'number.int' max=99999}},\n \"entityMentionData\": {\n \"entityUniqueId\": \"\",\n \"sentiment\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n },\n \"type\": \"{{oneOf (array 'MENTION_TYPE_UNSPECIFIED' 'PROPER' 'COMMON')}}\"\n },\n \"holdData\": {},\n \"intentMatchData\": {\n \"intentUniqueId\": \"\"\n },\n \"interruptionData\": {},\n \"phraseMatchData\": {\n \"displayName\": \"\",\n \"phraseMatcher\": \"\"\n },\n \"sentimentData\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n },\n \"silenceData\": {}\n }\n ],\n \"entities\": {},\n \"intents\": {},\n \"issueModelResult\": {\n \"issueModel\": \"\",\n \"issues\": [\n {\n \"displayName\": \"\",\n \"issue\": \"\",\n \"score\": {{faker 'number.float'}}\n }\n ]\n },\n \"phraseMatchers\": {},\n \"sentiments\": [\n {\n \"channelTag\": {{faker 'number.int' max=99999}},\n \"sentimentData\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n }\n }\n ]\n },\n \"endTime\": \"\"\n },\n \"createTime\": \"\",\n \"name\": \"\",\n \"requestTime\": \"\"\n },\n \"medium\": \"{{oneOf (array 'MEDIUM_UNSPECIFIED' 'PHONE_CALL' 'CHAT')}}\",\n \"name\": \"\",\n \"obfuscatedUserId\": \"\",\n \"runtimeAnnotations\": [\n {\n \"annotationId\": \"\",\n \"answerFeedback\": {\n \"clicked\": {{faker 'datatype.boolean'}},\n \"correctnessLevel\": \"{{oneOf (array 'CORRECTNESS_LEVEL_UNSPECIFIED' 'NOT_CORRECT' 'PARTIALLY_CORRECT' 'FULLY_CORRECT')}}\",\n \"displayed\": {{faker 'datatype.boolean'}}\n },\n \"articleSuggestion\": {\n \"confidenceScore\": {{faker 'number.float'}},\n \"metadata\": {},\n \"queryRecord\": \"\",\n \"source\": \"\",\n \"title\": \"\",\n \"uri\": \"\"\n },\n \"createTime\": \"\",\n \"dialogflowInteraction\": {\n \"confidence\": {{faker 'number.float'}},\n \"dialogflowIntentId\": \"\"\n },\n \"endBoundary\": {\n \"transcriptIndex\": {{faker 'number.int' max=99999}},\n \"wordIndex\": {{faker 'number.int' max=99999}}\n },\n \"faqAnswer\": {\n \"answer\": \"\",\n \"confidenceScore\": {{faker 'number.float'}},\n \"metadata\": {},\n \"queryRecord\": \"\",\n \"question\": \"\",\n \"source\": \"\"\n },\n \"smartComposeSuggestion\": {\n \"confidenceScore\": {{faker 'number.float'}},\n \"metadata\": {},\n \"queryRecord\": \"\",\n \"suggestion\": \"\"\n },\n \"smartReply\": {\n \"confidenceScore\": {{faker 'number.float'}},\n \"metadata\": {},\n \"queryRecord\": \"\",\n \"reply\": \"\"\n },\n \"startBoundary\": {\n \"transcriptIndex\": {{faker 'number.int' max=99999}},\n \"wordIndex\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"startTime\": \"\",\n \"transcript\": {\n \"transcriptSegments\": [\n {\n \"channelTag\": {{faker 'number.int' max=99999}},\n \"confidence\": {{faker 'number.float'}},\n \"dialogflowSegmentMetadata\": {\n \"smartReplyAllowlistCovered\": {{faker 'datatype.boolean'}}\n },\n \"languageCode\": \"\",\n \"messageTime\": \"\",\n \"segmentParticipant\": {\n \"dialogflowParticipant\": \"\",\n \"dialogflowParticipantName\": \"\",\n \"obfuscatedExternalUserId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'HUMAN_AGENT' 'AUTOMATED_AGENT' 'END_USER' 'ANY_AGENT')}}\",\n \"userId\": \"\"\n },\n \"sentiment\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n },\n \"text\": \"\",\n \"words\": [\n {\n \"confidence\": {{faker 'number.float'}},\n \"endOffset\": \"\",\n \"startOffset\": \"\",\n \"word\": \"\"\n }\n ]\n }\n ]\n },\n \"ttl\": \"\",\n \"turnCount\": {{faker 'number.int' max=99999}},\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cc5d196b-5488-4ea0-945d-d6825a29b34c", "documentation": "Creates a conversation.", "method": "post", "endpoint": "v1/:parent/conversations", "responses": [ { "uuid": "d25257cb-d0a0-47e8-b644-fd39e82815e4", "body": "{\n \"agentId\": \"\",\n \"callMetadata\": {\n \"agentChannel\": {{faker 'number.int' max=99999}},\n \"customerChannel\": {{faker 'number.int' max=99999}}\n },\n \"createTime\": \"\",\n \"dataSource\": {\n \"dialogflowSource\": {\n \"audioUri\": \"\",\n \"dialogflowConversation\": \"\"\n },\n \"gcsSource\": {\n \"audioUri\": \"\",\n \"transcriptUri\": \"\"\n }\n },\n \"dialogflowIntents\": {},\n \"duration\": \"\",\n \"expireTime\": \"\",\n \"labels\": {},\n \"languageCode\": \"\",\n \"latestAnalysis\": {\n \"analysisResult\": {\n \"callAnalysisMetadata\": {\n \"annotations\": [\n {\n \"annotationEndBoundary\": {\n \"transcriptIndex\": {{faker 'number.int' max=99999}},\n \"wordIndex\": {{faker 'number.int' max=99999}}\n },\n \"annotationStartBoundary\": {\n \"transcriptIndex\": {{faker 'number.int' max=99999}},\n \"wordIndex\": {{faker 'number.int' max=99999}}\n },\n \"channelTag\": {{faker 'number.int' max=99999}},\n \"entityMentionData\": {\n \"entityUniqueId\": \"\",\n \"sentiment\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n },\n \"type\": \"{{oneOf (array 'MENTION_TYPE_UNSPECIFIED' 'PROPER' 'COMMON')}}\"\n },\n \"holdData\": {},\n \"intentMatchData\": {\n \"intentUniqueId\": \"\"\n },\n \"interruptionData\": {},\n \"phraseMatchData\": {\n \"displayName\": \"\",\n \"phraseMatcher\": \"\"\n },\n \"sentimentData\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n },\n \"silenceData\": {}\n }\n ],\n \"entities\": {},\n \"intents\": {},\n \"issueModelResult\": {\n \"issueModel\": \"\",\n \"issues\": [\n {\n \"displayName\": \"\",\n \"issue\": \"\",\n \"score\": {{faker 'number.float'}}\n }\n ]\n },\n \"phraseMatchers\": {},\n \"sentiments\": [\n {\n \"channelTag\": {{faker 'number.int' max=99999}},\n \"sentimentData\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n }\n }\n ]\n },\n \"endTime\": \"\"\n },\n \"createTime\": \"\",\n \"name\": \"\",\n \"requestTime\": \"\"\n },\n \"medium\": \"{{oneOf (array 'MEDIUM_UNSPECIFIED' 'PHONE_CALL' 'CHAT')}}\",\n \"name\": \"\",\n \"obfuscatedUserId\": \"\",\n \"runtimeAnnotations\": [\n {\n \"annotationId\": \"\",\n \"answerFeedback\": {\n \"clicked\": {{faker 'datatype.boolean'}},\n \"correctnessLevel\": \"{{oneOf (array 'CORRECTNESS_LEVEL_UNSPECIFIED' 'NOT_CORRECT' 'PARTIALLY_CORRECT' 'FULLY_CORRECT')}}\",\n \"displayed\": {{faker 'datatype.boolean'}}\n },\n \"articleSuggestion\": {\n \"confidenceScore\": {{faker 'number.float'}},\n \"metadata\": {},\n \"queryRecord\": \"\",\n \"source\": \"\",\n \"title\": \"\",\n \"uri\": \"\"\n },\n \"createTime\": \"\",\n \"dialogflowInteraction\": {\n \"confidence\": {{faker 'number.float'}},\n \"dialogflowIntentId\": \"\"\n },\n \"endBoundary\": {\n \"transcriptIndex\": {{faker 'number.int' max=99999}},\n \"wordIndex\": {{faker 'number.int' max=99999}}\n },\n \"faqAnswer\": {\n \"answer\": \"\",\n \"confidenceScore\": {{faker 'number.float'}},\n \"metadata\": {},\n \"queryRecord\": \"\",\n \"question\": \"\",\n \"source\": \"\"\n },\n \"smartComposeSuggestion\": {\n \"confidenceScore\": {{faker 'number.float'}},\n \"metadata\": {},\n \"queryRecord\": \"\",\n \"suggestion\": \"\"\n },\n \"smartReply\": {\n \"confidenceScore\": {{faker 'number.float'}},\n \"metadata\": {},\n \"queryRecord\": \"\",\n \"reply\": \"\"\n },\n \"startBoundary\": {\n \"transcriptIndex\": {{faker 'number.int' max=99999}},\n \"wordIndex\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"startTime\": \"\",\n \"transcript\": {\n \"transcriptSegments\": [\n {\n \"channelTag\": {{faker 'number.int' max=99999}},\n \"confidence\": {{faker 'number.float'}},\n \"dialogflowSegmentMetadata\": {\n \"smartReplyAllowlistCovered\": {{faker 'datatype.boolean'}}\n },\n \"languageCode\": \"\",\n \"messageTime\": \"\",\n \"segmentParticipant\": {\n \"dialogflowParticipant\": \"\",\n \"dialogflowParticipantName\": \"\",\n \"obfuscatedExternalUserId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'HUMAN_AGENT' 'AUTOMATED_AGENT' 'END_USER' 'ANY_AGENT')}}\",\n \"userId\": \"\"\n },\n \"sentiment\": {\n \"magnitude\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}}\n },\n \"text\": \"\",\n \"words\": [\n {\n \"confidence\": {{faker 'number.float'}},\n \"endOffset\": \"\",\n \"startOffset\": \"\",\n \"word\": \"\"\n }\n ]\n }\n ]\n },\n \"ttl\": \"\",\n \"turnCount\": {{faker 'number.int' max=99999}},\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8c6da2c1-cd92-4b3f-acc2-8b746183cfb6", "documentation": "Export insights data to a destination defined in the request body.", "method": "post", "endpoint": "v1/:parent/insightsdata:export", "responses": [ { "uuid": "a9f77de5-b0c5-44d4-996a-6e2b5caf7ce2", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2f60654b-39b1-4385-a71c-788e89978ecd", "documentation": "Lists issue models.", "method": "get", "endpoint": "v1/:parent/issueModels", "responses": [ { "uuid": "777c8978-8325-47ae-bbe3-b63df0c4e56a", "body": "{\n \"issueModels\": [\n {\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"inputDataConfig\": {\n \"filter\": \"\",\n \"medium\": \"{{oneOf (array 'MEDIUM_UNSPECIFIED' 'PHONE_CALL' 'CHAT')}}\",\n \"trainingConversationsCount\": \"\"\n },\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'UNDEPLOYED' 'DEPLOYING' 'DEPLOYED' 'UNDEPLOYING' 'DELETING')}}\",\n \"trainingStats\": {\n \"analyzedConversationsCount\": \"\",\n \"issueStats\": {},\n \"unclassifiedConversationsCount\": \"\"\n },\n \"updateTime\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d12813b6-d962-4404-99b4-57fe6b1906fa", "documentation": "Creates an issue model.", "method": "post", "endpoint": "v1/:parent/issueModels", "responses": [ { "uuid": "88214e0c-f469-4cd7-85f0-65bc6cb486e4", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "239c31dd-77b9-435f-87fb-8d5f3a482f08", "documentation": "Lists issues.", "method": "get", "endpoint": "v1/:parent/issues", "responses": [ { "uuid": "759e41cd-553d-4beb-895c-102ba3645282", "body": "{\n \"issues\": [\n {\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"updateTime\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2e3c8716-bee1-44b0-a3e9-fd26b47cd1ec", "documentation": "Lists phrase matchers.", "method": "get", "endpoint": "v1/:parent/phraseMatchers", "responses": [ { "uuid": "663ad548-92d7-4b98-b5ee-d84146ed19d5", "body": "{\n \"nextPageToken\": \"\",\n \"phraseMatchers\": [\n {\n \"activationUpdateTime\": \"\",\n \"active\": {{faker 'datatype.boolean'}},\n \"displayName\": \"\",\n \"name\": \"\",\n \"phraseMatchRuleGroups\": [\n {\n \"phraseMatchRules\": [\n {\n \"config\": {\n \"exactMatchConfig\": {\n \"caseSensitive\": {{faker 'datatype.boolean'}}\n }\n },\n \"negated\": {{faker 'datatype.boolean'}},\n \"query\": \"\"\n }\n ],\n \"type\": \"{{oneOf (array 'PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED' 'ALL_OF' 'ANY_OF')}}\"\n }\n ],\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"roleMatch\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'HUMAN_AGENT' 'AUTOMATED_AGENT' 'END_USER' 'ANY_AGENT')}}\",\n \"type\": \"{{oneOf (array 'PHRASE_MATCHER_TYPE_UNSPECIFIED' 'ALL_OF' 'ANY_OF')}}\",\n \"updateTime\": \"\",\n \"versionTag\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98fc8670-765e-4eb6-a23a-f54314cc597f", "documentation": "Creates a phrase matcher.", "method": "post", "endpoint": "v1/:parent/phraseMatchers", "responses": [ { "uuid": "bb37bfd8-95cf-4554-8975-fa164c3723f6", "body": "{\n \"activationUpdateTime\": \"\",\n \"active\": {{faker 'datatype.boolean'}},\n \"displayName\": \"\",\n \"name\": \"\",\n \"phraseMatchRuleGroups\": [\n {\n \"phraseMatchRules\": [\n {\n \"config\": {\n \"exactMatchConfig\": {\n \"caseSensitive\": {{faker 'datatype.boolean'}}\n }\n },\n \"negated\": {{faker 'datatype.boolean'}},\n \"query\": \"\"\n }\n ],\n \"type\": \"{{oneOf (array 'PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED' 'ALL_OF' 'ANY_OF')}}\"\n }\n ],\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"roleMatch\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'HUMAN_AGENT' 'AUTOMATED_AGENT' 'END_USER' 'ANY_AGENT')}}\",\n \"type\": \"{{oneOf (array 'PHRASE_MATCHER_TYPE_UNSPECIFIED' 'ALL_OF' 'ANY_OF')}}\",\n \"updateTime\": \"\",\n \"versionTag\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "26b3441f-62bd-4102-91ed-d56496e3e3f7", "documentation": "Lists views.", "method": "get", "endpoint": "v1/:parent/views", "responses": [ { "uuid": "0b5c6ba1-3341-4a1e-a99f-4fa04e8ecb5e", "body": "{\n \"nextPageToken\": \"\",\n \"views\": [\n {\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"updateTime\": \"\",\n \"value\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f881125-32e9-4095-a5d1-d71ec9f87013", "documentation": "Creates a view.", "method": "post", "endpoint": "v1/:parent/views", "responses": [ { "uuid": "9484e54c-ac2c-4652-a91f-2777896ce5f4", "body": "{\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"updateTime\": \"\",\n \"value\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "88206597-1976-4d06-bcd9-dbef1fd902f3" }, { "type": "route", "uuid": "59725bd3-566f-432f-954e-bb1340d6034c" }, { "type": "route", "uuid": "11ce2c77-ad9b-4241-8ddf-f1dc5fb910d3" }, { "type": "route", "uuid": "e30fadbb-9433-46a0-8d17-5b9e55586b0e" }, { "type": "route", "uuid": "ca819db6-26f4-4836-91cc-2da421511c8c" }, { "type": "route", "uuid": "5800cea4-c9ec-45d1-b492-d2a8420e455d" }, { "type": "route", "uuid": "80e5d5a9-7aea-4c46-851b-fce3bd25f69f" }, { "type": "route", "uuid": "2ffd543e-c230-4712-ad73-257d7bb5ce13" }, { "type": "route", "uuid": "bc260223-6a2e-4d20-b710-b68a1fcc5285" }, { "type": "route", "uuid": "d2de7300-fb54-4fdd-9889-801ee6d2d8a3" }, { "type": "route", "uuid": "67290b27-5922-4d76-9503-9872ee937787" }, { "type": "route", "uuid": "a989df8d-3fe0-43de-b33d-7ff1a6318e77" }, { "type": "route", "uuid": "cc5d196b-5488-4ea0-945d-d6825a29b34c" }, { "type": "route", "uuid": "8c6da2c1-cd92-4b3f-acc2-8b746183cfb6" }, { "type": "route", "uuid": "2f60654b-39b1-4385-a71c-788e89978ecd" }, { "type": "route", "uuid": "d12813b6-d962-4404-99b4-57fe6b1906fa" }, { "type": "route", "uuid": "239c31dd-77b9-435f-87fb-8d5f3a482f08" }, { "type": "route", "uuid": "2e3c8716-bee1-44b0-a3e9-fd26b47cd1ec" }, { "type": "route", "uuid": "98fc8670-765e-4eb6-a23a-f54314cc597f" }, { "type": "route", "uuid": "26b3441f-62bd-4102-91ed-d56496e3e3f7" }, { "type": "route", "uuid": "1f881125-32e9-4095-a5d1-d71ec9f87013" } ] }