Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateGeneratorRequest.
Request message of CreateGenerator.
Generated from protobuf message google.cloud.dialogflow.v2.CreateGeneratorRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project/location to create generator for. Format: projects/<Project ID>/locations/<Location ID>
↳ generator
↳ generator_id
string
Optional. The ID to use for the generator, which will become the final component of the generator's resource name. The generator ID must be compliant with the regression formula [a-zA-Z][a-zA-Z0-9_-]*
with the characters length in range of [3,64]. If the field is not provided, an Id will be auto-generated. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
getParent
Required. The project/location to create generator for. Format: projects/<Project ID>/locations/<Location ID>
string
setParent
Required. The project/location to create generator for. Format: projects/<Project ID>/locations/<Location ID>
var
string
$this
getGenerator
Required. The generator to create.
hasGenerator
clearGenerator
setGenerator
Required. The generator to create.
$this
getGeneratorId
Optional. The ID to use for the generator, which will become the final component of the generator's resource name.
The generator ID must be compliant with the regression formula [a-zA-Z][a-zA-Z0-9_-]*
with the characters length in range of [3,64].
If the field is not provided, an Id will be auto-generated.
If the field is provided, the caller is responsible for
- the uniqueness of the ID, otherwise the request will be rejected.
- the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
string
setGeneratorId
Optional. The ID to use for the generator, which will become the final component of the generator's resource name.
The generator ID must be compliant with the regression formula [a-zA-Z][a-zA-Z0-9_-]*
with the characters length in range of [3,64].
If the field is not provided, an Id will be auto-generated.
If the field is provided, the caller is responsible for
- the uniqueness of the ID, otherwise the request will be rejected.
- the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
var
string
$this
static::build
parent
string
Required. The project/location to create generator for. Format: projects/<Project ID>/locations/<Location ID>
Please see GeneratorsClient::projectName()
for help formatting this field.
generator
generatorId
string
Optional. The ID to use for the generator, which will become the final component of the generator's resource name.
The generator ID must be compliant with the regression formula [a-zA-Z][a-zA-Z0-9_-]*
with the characters length in range of [3,64].
If the field is not provided, an Id will be auto-generated.
If the field is provided, the caller is responsible for
- the uniqueness of the ID, otherwise the request will be rejected.
- the consistency for whether to use custom ID or not under a project to better ensure uniqueness.