Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SmartReplyConfig.
Smart reply specific configuration for evaluation job.
Generated from protobuf message google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ allowlist_document |
string
The allowlist document resource name. Format: |
↳ max_result_count |
int
Required. The model to be evaluated can return multiple results with confidence score on each query. These results will be sorted by the descending order of the scores and we only keep the first max_result_count results as the final results to evaluate. |
getAllowlistDocument
The allowlist document resource name.
Format: projects/<Project ID>/knowledgeBases/<Knowledge Base
ID>/documents/<Document ID>
. Only used for smart reply model.
Generated from protobuf field string allowlist_document = 1 [(.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setAllowlistDocument
The allowlist document resource name.
Format: projects/<Project ID>/knowledgeBases/<Knowledge Base
ID>/documents/<Document ID>
. Only used for smart reply model.
Generated from protobuf field string allowlist_document = 1 [(.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMaxResultCount
Required. The model to be evaluated can return multiple results with confidence score on each query. These results will be sorted by the descending order of the scores and we only keep the first max_result_count results as the final results to evaluate.
Generated from protobuf field int32 max_result_count = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
setMaxResultCount
Required. The model to be evaluated can return multiple results with confidence score on each query. These results will be sorted by the descending order of the scores and we only keep the first max_result_count results as the final results to evaluate.
Generated from protobuf field int32 max_result_count = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |