Reference documentation and code samples for the Google Cloud Ces V1 Client class CreateExampleRequest.
Request message for AgentService.CreateExample .
Generated from protobuf message google.cloud.ces.v1.CreateExampleRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the app to create an example in.
↳ example_id
string
Optional. The ID to use for the example, which will become the final component of the example's resource name. If not provided, a unique ID will be automatically assigned for the example.
↳ example
getParent
Required. The resource name of the app to create an example in.
string
setParent
Required. The resource name of the app to create an example in.
var
string
$this
getExampleId
Optional. The ID to use for the example, which will become the final component of the example's resource name. If not provided, a unique ID will be automatically assigned for the example.
string
setExampleId
Optional. The ID to use for the example, which will become the final component of the example's resource name. If not provided, a unique ID will be automatically assigned for the example.
var
string
$this
getExample
Required. The example to create.
hasExample
clearExample
setExample
Required. The example to create.
$this
static::build
parent
string
Required. The resource name of the app to create an example in. Please see AgentServiceClient::appName() for help formatting this field.
example
exampleId
string
Optional. The ID to use for the example, which will become the final component of the example's resource name. If not provided, a unique ID will be automatically assigned for the example.
static::buildFromParentExample
parent
string
Required. The resource name of the app to create an example in. Please see AgentServiceClient::appName() for help formatting this field.
example

