Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class CreateViewRequest.
The request to create a view.
Generated from protobuf message google.cloud.contactcenterinsights.v1.CreateViewRequest
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the view. Required. The location to create a view for. Format: |
↳ view |
Google\Cloud\ContactCenterInsights\V1\View
Required. The view resource to create. |
getParent
Required. The parent resource of the view. Required. The location to create a view for.
Format: projects/<Project ID>/locations/<Location ID>
or
projects/<Project Number>/locations/<Location ID>
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource of the view. Required. The location to create a view for.
Format: projects/<Project ID>/locations/<Location ID>
or
projects/<Project Number>/locations/<Location ID>
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
Required. The view resource to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\View|null |
hasView
clearView
setView
Required. The view resource to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\View
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource of the view. Required. The location to create
a view for.
Format: |
view |
Google\Cloud\ContactCenterInsights\V1\View
Required. The view resource to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\CreateViewRequest |