Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class GetGenerativeSettingsRequest.
Request for GetGenerativeSettings RPC.
Generated from protobuf message google.cloud.dialogflow.cx.v3.GetGenerativeSettingsRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Format: |
↳ language_code |
string
Required. Language code of the generative settings. |
getName
Required. Format: projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/generativeSettings.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Format: projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/generativeSettings.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLanguageCode
Required. Language code of the generative settings.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLanguageCode
Required. Language code of the generative settings.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
name |
string
Required. Format: |
languageCode |
string
Required. Language code of the generative settings. |
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dialogflow\Cx\V3\GetGenerativeSettingsRequest |
|