Google Cloud Contact Center Insights V1 Client - Class ExportIssueModelRequest (2.1.0)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class ExportIssueModelRequest.

Request to export an issue model.

Generated from protobuf message google.cloud.contactcenterinsights.v1.ExportIssueModelRequest

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcs_destination Google\Cloud\ContactCenterInsights\V1\ExportIssueModelRequest\GcsDestination

Google Cloud Storage URI to export the issue model to.

↳ name string

Required. The issue model to export.

getGcsDestination

Google Cloud Storage URI to export the issue model to.

Returns
Type Description
Google\Cloud\ContactCenterInsights\V1\ExportIssueModelRequest\GcsDestination|null

hasGcsDestination

setGcsDestination

Google Cloud Storage URI to export the issue model to.

Parameter
Name Description
var Google\Cloud\ContactCenterInsights\V1\ExportIssueModelRequest\GcsDestination
Returns
Type Description
$this

getName

Required. The issue model to export.

Returns
Type Description
string

setName

Required. The issue model to export.

Parameter
Name Description
var string
Returns
Type Description
$this

getDestination

Returns
Type Description
string

static::build

Parameter
Name Description
name string

Required. The issue model to export. Please see Google\Cloud\ContactCenterInsights\V1\ContactCenterInsightsClient::issueModelName() for help formatting this field.

Returns
Type Description
Google\Cloud\ContactCenterInsights\V1\ExportIssueModelRequest