modality property
The modality of the deployment.
Note: Deployment-level modality override is gated behind an allowlist. Contact the CXAS team to enable this field.
Optional. Possible string values are:
- "MODALITY_UNSPECIFIED" : Unknown modality.
- "MODALITY_TEXT" : Text modality.
- "MODALITY_VOICE" : Voice modality.
- "MODALITY_VIDEO" : Video modality.
Implementation
core.String? modality;