Skip to content

Commit

Permalink
feat(contactcenterinsights): update the API
Browse files Browse the repository at this point in the history
#### contactcenterinsights:v1

The following keys were added:
- schemas.GoogleCloudContactcenterinsightsV1ConversationParticipant.properties.obfuscatedExternalUserId.description
- schemas.GoogleCloudContactcenterinsightsV1ConversationParticipant.properties.obfuscatedExternalUserId.type
- schemas.GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig.properties.filter.description
- schemas.GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig.properties.filter.type
- schemas.GoogleCloudContactcenterinsightsV1PhraseMatcher.properties.updateTime.description
- schemas.GoogleCloudContactcenterinsightsV1PhraseMatcher.properties.updateTime.format
- schemas.GoogleCloudContactcenterinsightsV1PhraseMatcher.properties.updateTime.readOnly
- schemas.GoogleCloudContactcenterinsightsV1PhraseMatcher.properties.updateTime.type
- schemas.GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig.properties.filter.description
- schemas.GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig.properties.filter.type

The following keys were changed:
- schemas.GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig.properties.medium.description
- schemas.GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig.properties.medium.description
  • Loading branch information
yoshi-automation authored and sofisl committed Sep 23, 2021
1 parent 5b6e2f1 commit 05860b0
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
24 changes: 21 additions & 3 deletions discovery/contactcenterinsights-v1.json
Expand Up @@ -1089,7 +1089,7 @@
}
}
},
"revision": "20210902",
"revision": "20210918",
"rootUrl": "https://contactcenterinsights.googleapis.com/",
"schemas": {
"GoogleCloudContactcenterinsightsV1Analysis": {
Expand Down Expand Up @@ -1583,6 +1583,10 @@
"description": "The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}",
"type": "string"
},
"obfuscatedExternalUserId": {
"description": "Obfuscated user ID from Dialogflow.",
"type": "string"
},
"role": {
"description": "The role of the participant.",
"enum": [
Expand Down Expand Up @@ -2238,8 +2242,12 @@
"description": "Configs for the input data used to create the issue model.",
"id": "GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig",
"properties": {
"filter": {
"description": "A filter to reduce the conversations used for training the model to a specific subset.",
"type": "string"
},
"medium": {
"description": "Required. ",
"description": "Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the `medium` field on `filter`.",
"enum": [
"MEDIUM_UNSPECIFIED",
"PHONE_CALL",
Expand Down Expand Up @@ -2546,6 +2554,12 @@
],
"type": "string"
},
"updateTime": {
"description": "Output only. The most recent time at which the phrase matcher was updated.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"versionTag": {
"description": "The customized version tag to use for the phrase matcher. If not specified, it will default to `revision_id`.",
"type": "string"
Expand Down Expand Up @@ -3048,8 +3062,12 @@
"description": "Configs for the input data used to create the issue model.",
"id": "GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig",
"properties": {
"filter": {
"description": "A filter to reduce the conversations used for training the model to a specific subset.",
"type": "string"
},
"medium": {
"description": "Required. ",
"description": "Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the `medium` field on `filter`.",
"enum": [
"MEDIUM_UNSPECIFIED",
"PHONE_CALL",
Expand Down
23 changes: 21 additions & 2 deletions src/apis/contactcenterinsights/v1.ts
Expand Up @@ -329,7 +329,11 @@ export namespace contactcenterinsights_v1 {
*/
export interface Schema$GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig {
/**
* Required.
* A filter to reduce the conversations used for training the model to a specific subset.
*/
filter?: string | null;
/**
* Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the `medium` field on `filter`.
*/
medium?: string | null;
/**
Expand Down Expand Up @@ -772,6 +776,10 @@ export namespace contactcenterinsights_v1 {
* The name of the participant provided by Dialogflow. Format: projects/{project\}/locations/{location\}/conversations/{conversation\}/participants/{participant\}
*/
dialogflowParticipantName?: string | null;
/**
* Obfuscated user ID from Dialogflow.
*/
obfuscatedExternalUserId?: string | null;
/**
* The role of the participant.
*/
Expand Down Expand Up @@ -1240,7 +1248,11 @@ export namespace contactcenterinsights_v1 {
*/
export interface Schema$GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig {
/**
* Required.
* A filter to reduce the conversations used for training the model to a specific subset.
*/
filter?: string | null;
/**
* Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the `medium` field on `filter`.
*/
medium?: string | null;
/**
Expand Down Expand Up @@ -1405,6 +1417,10 @@ export namespace contactcenterinsights_v1 {
* Required. The type of this phrase matcher.
*/
type?: string | null;
/**
* Output only. The most recent time at which the phrase matcher was updated.
*/
updateTime?: string | null;
/**
* The customized version tag to use for the phrase matcher. If not specified, it will default to `revision_id`.
*/
Expand Down Expand Up @@ -6148,6 +6164,7 @@ export namespace contactcenterinsights_v1 {
* // "revisionId": "my_revisionId",
* // "roleMatch": "my_roleMatch",
* // "type": "my_type",
* // "updateTime": "my_updateTime",
* // "versionTag": "my_versionTag"
* // }
* },
Expand All @@ -6165,6 +6182,7 @@ export namespace contactcenterinsights_v1 {
* // "revisionId": "my_revisionId",
* // "roleMatch": "my_roleMatch",
* // "type": "my_type",
* // "updateTime": "my_updateTime",
* // "versionTag": "my_versionTag"
* // }
* }
Expand Down Expand Up @@ -6444,6 +6462,7 @@ export namespace contactcenterinsights_v1 {
* // "revisionId": "my_revisionId",
* // "roleMatch": "my_roleMatch",
* // "type": "my_type",
* // "updateTime": "my_updateTime",
* // "versionTag": "my_versionTag"
* // }
* }
Expand Down

0 comments on commit 05860b0

Please sign in to comment.