Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class CalculateIssueModelStatsRequest.
Request to get statistics of an issue model.
Generated from protobuf message google.cloud.contactcenterinsights.v1.CalculateIssueModelStatsRequest
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ issue_model |
string
Required. The resource name of the issue model to query against. |
getIssueModel
Required. The resource name of the issue model to query against.
Returns | |
---|---|
Type | Description |
string |
setIssueModel
Required. The resource name of the issue model to query against.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
issueModel |
string
Required. The resource name of the issue model to query against. Please see Google\Cloud\ContactCenterInsights\V1\ContactCenterInsightsClient::issueModelName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\CalculateIssueModelStatsRequest |