Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ConflictingResources.
Conflicting resources detected during the import process. Only filled when REPORT_CONFLICTS is set in the request and there are conflicts in the display names.
Generated from protobuf message google.cloud.dialogflow.cx.v3.ImportPlaybookResponse.ConflictingResources
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ImportPlaybookResponseMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ main_playbook_display_name |
string
Display name of conflicting main playbook. |
↳ nested_playbook_display_names |
array
Display names of conflicting nested playbooks. |
↳ tool_display_names |
array
Display names of conflicting tools. |
getMainPlaybookDisplayName
Display name of conflicting main playbook.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMainPlaybookDisplayName
Display name of conflicting main playbook.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNestedPlaybookDisplayNames
Display names of conflicting nested playbooks.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setNestedPlaybookDisplayNames
Display names of conflicting nested playbooks.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getToolDisplayNames
Display names of conflicting tools.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setToolDisplayNames
Display names of conflicting tools.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|