Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateExampleRequest.
The request message for Examples.CreateExample.
Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateExampleRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The playbook to create an example for. Format: |
↳ example |
Example
Required. The example to create. |
getParent
Required. The playbook to create an example for.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The playbook to create an example for.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExample
Required. The example to create.
| Returns | |
|---|---|
| Type | Description |
Example|null |
|
hasExample
clearExample
setExample
Required. The example to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Example
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The playbook to create an example for.
Format:
|
example |
Example
Required. The example to create. |
| Returns | |
|---|---|
| Type | Description |
CreateExampleRequest |
|