| Package | Description |
|---|---|
| io.spokestack.spokestack.dialogue |
This package contains components used for dialogue management.
|
| Modifier and Type | Method and Description |
|---|---|
Prompt.Builder |
Prompt.Builder.endsConversation()
Signals that the prompt to be built should end the conversation with
the user.
|
Prompt.Builder |
Prompt.Builder.withProposal(Proposal prop)
Add a proposal to the current prompt.
|
Prompt.Builder |
Prompt.Builder.withReprompts(List<Prompt> prompts)
Specify reprompts for the current prompt.
|
Prompt.Builder |
Prompt.Builder.withVoice(String voiceReply)
Add a reply template formatted for TTS synthesis to the current
prompt.
|
Copyright © 2021. All rights reserved.