Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CesToolSpec.
Spec of CES tool that the generator can choose from.
Generated from protobuf message google.cloud.dialogflow.v2.CesToolSpec
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ces_tool |
string
Optional. Format: |
↳ confirmation_requirement |
int
Optional. Indicates whether the tool requires human confirmation. |
getCesTool
Optional. Format: projects/<Project ID>/locations/<Location ID>/apps/<app
ID>/tools/<tool ID>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCesTool
Optional. Format: projects/<Project ID>/locations/<Location ID>/apps/<app
ID>/tools/<tool ID>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConfirmationRequirement
Optional. Indicates whether the tool requires human confirmation.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ConfirmationRequirement. |
setConfirmationRequirement
Optional. Indicates whether the tool requires human confirmation.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ConfirmationRequirement. |
| Returns | |
|---|---|
| Type | Description |
$this |
|