Class SynchronousPromptStage
- java.lang.Object
-
- bg.codexio.ai.openai.api.sdk.voice.speech.SpeechConfigurationStage
-
- bg.codexio.ai.openai.api.sdk.voice.speech.SynchronousPromptStage
-
- All Implemented Interfaces:
RuntimeExecutor
public class SynchronousPromptStage extends SpeechConfigurationStage implements RuntimeExecutor
Adds user input and proceeds to blocking execution
-
-
Field Summary
-
Fields inherited from class bg.codexio.ai.openai.api.sdk.voice.speech.SpeechConfigurationStage
executor, requestBuilder
-
-
-
-
Method Detail
-
dictate
public SynchronousDownloadStage dictate(String text)
- Parameters:
text- to prompt- Returns:
SynchronousDownloadStage
-
-