Resource: EvaluationContext
An evaluation context for an evaluation suite or case.
| JSON representation |
|---|
{ "name": string, "displayName": string, "description": string, "store": string, "menu": string } |
| Fields | |
|---|---|
name |
Identifier. The full resource name of the evaluation context. Format: projects/{project}/locations/{location}/brands/{brand}/evaluationContexts/{evaluationContext} |
displayName |
Required. The human-readable name of the evaluation context. |
description |
Optional. The description of the evaluation context. |
store |
Required. The full resource name of the store to use for the evaluation case. Format: projects/{projectId}/locations/{location}/brands/{brandId}/stores/{storeId} |
menu |
Optional. Optional menu to use for the evaluation context. If not provided, it will use the default menu for the store. Format: projects/{projectId}/locations/{location}/brands/{brandId}/menus/{menuId} |
Methods |
|
|---|---|
|
Creates an EvaluationContext. |
|
Deletes the specified EvaluationContext. |
|
Gets an EvaluationContext. |
|
Lists EvaluationContexts. |
|
Updates the specified EvaluationContext. |