Skip to content

Commit 822fcfe

Browse files
1 parent ce04c32 commit 822fcfe

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

src/Contactcenterinsights/GoogleCloudContactcenterinsightsV1Dimension.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ class GoogleCloudContactcenterinsightsV1Dimension extends \Google\Model
114114
* The dimension is keyed by label key-value pairs.
115115
*/
116116
public const DIMENSION_KEY_LABEL_KEY_AND_VALUE = 'LABEL_KEY_AND_VALUE';
117+
/**
118+
* The dimension is keyed by the last transfer sub agent name.
119+
*/
120+
public const DIMENSION_KEY_LAST_TRANSFER_SUB_AGENT_NAME = 'LAST_TRANSFER_SUB_AGENT_NAME';
117121
protected $agentDimensionMetadataType = GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata::class;
118122
protected $agentDimensionMetadataDataType = '';
119123
protected $clientSentimentCategoryDimensionMetadataType = GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata::class;
@@ -232,7 +236,7 @@ public function getConversationalAgentsToolDimensionMetadata()
232236
* CONVERSATIONAL_AGENTS_PLAYBOOK_NAME, CONVERSATIONAL_AGENTS_TOOL_ID,
233237
* CONVERSATIONAL_AGENTS_TOOL_NAME, CLIENT_SENTIMENT_CATEGORY,
234238
* AGENT_VERSION_ID, AGENT_DEPLOYMENT_ID, AGENT_ASSIST_SUPERVISOR_ID,
235-
* LABEL_KEY, LABEL_VALUE, LABEL_KEY_AND_VALUE
239+
* LABEL_KEY, LABEL_VALUE, LABEL_KEY_AND_VALUE, LAST_TRANSFER_SUB_AGENT_NAME
236240
*
237241
* @param self::DIMENSION_KEY_* $dimensionKey
238242
*/

src/Contactcenterinsights/GoogleCloudContactcenterinsightsV1alpha1Dimension.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ class GoogleCloudContactcenterinsightsV1alpha1Dimension extends \Google\Model
114114
* The dimension is keyed by label key-value pairs.
115115
*/
116116
public const DIMENSION_KEY_LABEL_KEY_AND_VALUE = 'LABEL_KEY_AND_VALUE';
117+
/**
118+
* The dimension is keyed by the last transfer sub agent name.
119+
*/
120+
public const DIMENSION_KEY_LAST_TRANSFER_SUB_AGENT_NAME = 'LAST_TRANSFER_SUB_AGENT_NAME';
117121
protected $agentDimensionMetadataType = GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata::class;
118122
protected $agentDimensionMetadataDataType = '';
119123
protected $clientSentimentCategoryDimensionMetadataType = GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata::class;
@@ -232,7 +236,7 @@ public function getConversationalAgentsToolDimensionMetadata()
232236
* CONVERSATIONAL_AGENTS_PLAYBOOK_NAME, CONVERSATIONAL_AGENTS_TOOL_ID,
233237
* CONVERSATIONAL_AGENTS_TOOL_NAME, CLIENT_SENTIMENT_CATEGORY,
234238
* AGENT_VERSION_ID, AGENT_DEPLOYMENT_ID, AGENT_ASSIST_SUPERVISOR_ID,
235-
* LABEL_KEY, LABEL_VALUE, LABEL_KEY_AND_VALUE
239+
* LABEL_KEY, LABEL_VALUE, LABEL_KEY_AND_VALUE, LAST_TRANSFER_SUB_AGENT_NAME
236240
*
237241
* @param self::DIMENSION_KEY_* $dimensionKey
238242
*/

src/Contactcenterinsights/GoogleCloudContactcenterinsightsV1mainDimension.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ class GoogleCloudContactcenterinsightsV1mainDimension extends \Google\Model
114114
* The dimension is keyed by label key-value pairs.
115115
*/
116116
public const DIMENSION_KEY_LABEL_KEY_AND_VALUE = 'LABEL_KEY_AND_VALUE';
117+
/**
118+
* The dimension is keyed by the last transfer sub agent name.
119+
*/
120+
public const DIMENSION_KEY_LAST_TRANSFER_SUB_AGENT_NAME = 'LAST_TRANSFER_SUB_AGENT_NAME';
117121
protected $agentDimensionMetadataType = GoogleCloudContactcenterinsightsV1mainDimensionAgentDimensionMetadata::class;
118122
protected $agentDimensionMetadataDataType = '';
119123
protected $clientSentimentCategoryDimensionMetadataType = GoogleCloudContactcenterinsightsV1mainDimensionClientSentimentCategoryDimensionMetadata::class;
@@ -232,7 +236,7 @@ public function getConversationalAgentsToolDimensionMetadata()
232236
* CONVERSATIONAL_AGENTS_PLAYBOOK_NAME, CONVERSATIONAL_AGENTS_TOOL_ID,
233237
* CONVERSATIONAL_AGENTS_TOOL_NAME, CLIENT_SENTIMENT_CATEGORY,
234238
* AGENT_VERSION_ID, AGENT_DEPLOYMENT_ID, AGENT_ASSIST_SUPERVISOR_ID,
235-
* LABEL_KEY, LABEL_VALUE, LABEL_KEY_AND_VALUE
239+
* LABEL_KEY, LABEL_VALUE, LABEL_KEY_AND_VALUE, LAST_TRANSFER_SUB_AGENT_NAME
236240
*
237241
* @param self::DIMENSION_KEY_* $dimensionKey
238242
*/

0 commit comments

Comments
 (0)