Google Cloud Dialogflow Cx V3 Client - Class CreateGeneratorRequest (0.1.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateGeneratorRequest.

The request message for Generators.CreateGenerator.

Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateGeneratorRequest

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The agent to create a generator for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

↳ generator Google\Cloud\Dialogflow\Cx\V3\Generator

Required. The generator to create.

↳ language_code string

The language to create generators for the following fields: * Generator.prompt_text.text If not specified, the agent's default language is used.

getParent

Required. The agent to create a generator for.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

Returns
TypeDescription
string

setParent

Required. The agent to create a generator for.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGenerator

Required. The generator to create.

Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\Generator|null

hasGenerator

clearGenerator

setGenerator

Required. The generator to create.

Parameter
NameDescription
var Google\Cloud\Dialogflow\Cx\V3\Generator
Returns
TypeDescription
$this

getLanguageCode

The language to create generators for the following fields:

  • Generator.prompt_text.text If not specified, the agent's default language is used.
Returns
TypeDescription
string

setLanguageCode

The language to create generators for the following fields:

  • Generator.prompt_text.text If not specified, the agent's default language is used.
Parameter
NameDescription
var string
Returns
TypeDescription
$this