Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class GetGeneratorRequest.
The request message for Generators.GetGenerator.
Generated from protobuf message google.cloud.dialogflow.cx.v3.GetGeneratorRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the generator. Format: |
↳ language_code |
string
The language to list generators for. |
getName
Required. The name of the generator.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/generators/<Generator ID>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the generator.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/generators/<Generator ID>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLanguageCode
The language to list generators for.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLanguageCode
The language to list generators for.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|