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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The playbook to create an example for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>
.
↳ example
getParent
Required. The playbook to create an example for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>
.
string
setParent
Required. The playbook to create an example for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>
.
var
string
$this
getExample
Required. The example to create.
hasExample
clearExample
setExample
Required. The example to create.
$this
static::build
parent
string
Required. The playbook to create an example for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>
. Please see ExamplesClient::playbookName()
for help formatting this field.
example

