Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateGeneratorEvaluationRequest.
Request of CreateGeneratorEvaluation.
Generated from protobuf message google.cloud.dialogflow.v2.CreateGeneratorEvaluationRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The generator resource name. Format: |
↳ generator_evaluation |
GeneratorEvaluation
Required. The generator evaluation to be created. |
getParent
Required. The generator resource name. Format:
projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The generator resource name. Format:
projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGeneratorEvaluation
Required. The generator evaluation to be created.
| Returns | |
|---|---|
| Type | Description |
GeneratorEvaluation|null |
|
hasGeneratorEvaluation
clearGeneratorEvaluation
setGeneratorEvaluation
Required. The generator evaluation to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
GeneratorEvaluation
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The generator resource name. Format:
|
generatorEvaluation |
GeneratorEvaluation
Required. The generator evaluation to be created. |
| Returns | |
|---|---|
| Type | Description |
CreateGeneratorEvaluationRequest |
|