The audio input for an audio content part.

interface ChatsAudioInput {
    data: string;
    format: Format;
}

Properties

Properties

data: string

The base64 encoded audio data.

format: Format

Format of the encoded audio data. Currently supports "wav" and "mp3".