ContextGroupDataModel represents a context group.
| JSON representation | 
|---|
| {
  "groupName": string,
  "items": [
    {
      object ( | 
| Fields | |
|---|---|
| groupName | 
 Required. GroupName is the name of the group. | 
| items[] | 
 Optional. Items is a list of items in the group. | 
| key | 
 Optional. Key is the key of the context group. | 
| value | 
 Optional. Value is the value of the context group. | 
| isHighlight | 
 Optional. IsHighlight indicates if the group should be highlighted. | 
| hideOptions | 
 Optional. HideOptions indicates if the options should be hidden. | 
ContextStringItemDataModel
ContextStringItemDataModel represents a context string item.
| JSON representation | 
|---|
| { "originalName": string, "name": string, "value": string } | 
| Fields | |
|---|---|
| originalName | 
 Required. OriginalName is the original name of the item. | 
| name | 
 Required. Name is the name of the item. | 
| value | 
 Required. Value is the value of the item. |