API reference

TTSWitRequestSettings Struct

Wit request specific settings

Overview

Data Fields

The configuration used for audio requests
The desired audio type from wit
bool
Whether or not audio should be streamed from wit if possible
bool
Whether or not events should be requested along with audio data
bool
Whether or not requests should be sent via web sockets. If false, HTTP will be used instead.

Details

Fields

WitConfiguration Meta.WitAi.TTS.Integrations.TTSWitRequestSettings.configuration
The configuration used for audio requests
TTSWitAudioType Meta.WitAi.TTS.Integrations.TTSWitRequestSettings.audioType
The desired audio type from wit
bool Meta.WitAi.TTS.Integrations.TTSWitRequestSettings.audioStream
Whether or not audio should be streamed from wit if possible
bool Meta.WitAi.TTS.Integrations.TTSWitRequestSettings.useEvents
Whether or not events should be requested along with audio data
bool Meta.WitAi.TTS.Integrations.TTSWitRequestSettings.useWebSockets
Whether or not requests should be sent via web sockets. If false, HTTP will be used instead.