Creates a golden evaluation from a conversation.
HTTP request
POST https://ces.googleapis.com/v1beta/{conversation=projects/*/locations/*/apps/*/conversations/*}:generateEvaluation
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
conversation |
Required. The conversation to create the golden evaluation for. Format: |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"source": enum ( |
| Fields | |
|---|---|
source |
Optional. Indicate the source of the conversation. If not set, all sources will be searched. |
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the conversation resource:
ces.conversations.get
For more information, see the IAM documentation.