Type Alias CustomFormattingRequest

CustomFormattingRequest: {
    date?: string;
    email?: string;
    phone_number?: string;
}

Custom formatting configuration for speech understanding

Type declaration

  • Optionaldate?: string

    Custom date format pattern (e.g., 'mm/dd/yyyy')

  • Optionalemail?: string

    Custom email format pattern (e.g., 'username@domain.com')

  • Optionalphone_number?: string

    Custom phone number format pattern (e.g., '(xxx)xxx-xxxx')