Skip to content

Commit 8ab3fbd

Browse files
1 parent 1439ec7 commit 8ab3fbd

12 files changed

Lines changed: 3018 additions & 0 deletions

src/Contactcenterinsights/GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint exten
2121
{
2222
protected $conversationMeasureType = GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure::class;
2323
protected $conversationMeasureDataType = '';
24+
protected $dialogflowInteractionMeasureType = GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure::class;
25+
protected $dialogflowInteractionMeasureDataType = '';
2426
protected $intervalType = GoogleTypeInterval::class;
2527
protected $intervalDataType = '';
2628

@@ -40,6 +42,22 @@ public function getConversationMeasure()
4042
{
4143
return $this->conversationMeasure;
4244
}
45+
/**
46+
* The measure related to dialogflow interactions.
47+
*
48+
* @param GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure $dialogflowInteractionMeasure
49+
*/
50+
public function setDialogflowInteractionMeasure(GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure $dialogflowInteractionMeasure)
51+
{
52+
$this->dialogflowInteractionMeasure = $dialogflowInteractionMeasure;
53+
}
54+
/**
55+
* @return GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure
56+
*/
57+
public function getDialogflowInteractionMeasure()
58+
{
59+
return $this->dialogflowInteractionMeasure;
60+
}
4361
/**
4462
* The interval that this data point represents. * If this is the total data
4563
* point, the interval is [starting create time, ending create time) from the

0 commit comments

Comments
 (0)