REST Resource: projects.locations.brands.evaluationContexts

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

string

Identifier. The full resource name of the evaluation context. Format: projects/{project}/locations/{location}/brands/{brand}/evaluationContexts/{evaluationContext}

displayName

string

Required. The human-readable name of the evaluation context.

description

string

Optional. The description of the evaluation context.

store

string

Required. The full resource name of the store to use for the evaluation case. Format: projects/{projectId}/locations/{location}/brands/{brandId}/stores/{storeId}

menu

string

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

create

Creates an EvaluationContext.

delete

Deletes the specified EvaluationContext.

get

Gets an EvaluationContext.

list

Lists EvaluationContexts.

patch

Updates the specified EvaluationContext.