Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SummarizationConfig.
Evaluation configs for summarization generator.
Generated from protobuf message google.cloud.dialogflow.v2.GeneratorEvaluationConfig.SummarizationConfig
Namespace
Google \ Cloud \ Dialogflow \ V2 \ GeneratorEvaluationConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_accuracy_evaluation |
bool
Optional. Enable accuracy evaluation. |
↳ accuracy_evaluation_version |
string
Optional. Version for summarization accuracy. This will determine the prompt and model used at backend. |
↳ enable_completeness_evaluation |
bool
Optional. Enable completeness evaluation. |
↳ completeness_evaluation_version |
string
Optional. Version for summarization completeness. This will determine the prompt and model used at backend. |
↳ evaluator_version |
string
Optional. Version for summarization evaluation. |
getEnableAccuracyEvaluation
Optional. Enable accuracy evaluation.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableAccuracyEvaluation
Optional. Enable accuracy evaluation.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAccuracyEvaluationVersion
Optional. Version for summarization accuracy. This will determine the prompt and model used at backend.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAccuracyEvaluationVersion
Optional. Version for summarization accuracy. This will determine the prompt and model used at backend.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnableCompletenessEvaluation
Optional. Enable completeness evaluation.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableCompletenessEvaluation
Optional. Enable completeness evaluation.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCompletenessEvaluationVersion
Optional. Version for summarization completeness. This will determine the prompt and model used at backend.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCompletenessEvaluationVersion
Optional. Version for summarization completeness. This will determine the prompt and model used at backend.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEvaluatorVersion
Optional. Version for summarization evaluation.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasEvaluatorVersion
clearEvaluatorVersion
setEvaluatorVersion
Optional. Version for summarization evaluation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|