50 lines
3.0 KiB
Markdown
50 lines
3.0 KiB
Markdown
# Conversational Applications
|
|
|
|
Conversational applications engage in continuous dialogue with users in a question-and-answer format. These applications support the following features (ensure these functions are enabled during application orchestration):
|
|
|
|
* Variables filled out before the conversation.
|
|
* Creation, pinning, and deletion of conversations.
|
|
* Conversation opening statements.
|
|
* Next step question suggestions.
|
|
* Speech-to-text.
|
|
* References and attributions.
|
|
|
|
### Variables Filled Out Before the Conversation
|
|
|
|
If you have set variable filling requirements during application orchestration, you will need to fill out the prompted information before entering the conversation window:
|
|
|
|
<figure><img src="/en/.gitbook/assets/guides/application-publishing/launch-your-webapp-quickly/conversation-application/image (63).png" alt="" width="375"><figcaption></figcaption></figure>
|
|
|
|
Fill in the necessary details and click the "Start Conversation" button to begin chatting.
|
|
|
|
<figure><img src="/en/.gitbook/assets/guides/application-publishing/launch-your-webapp-quickly/conversation-application/image (94).png" alt=""><figcaption></figcaption></figure>
|
|
|
|
Hover over the AI's response to copy the conversation content, and provide "like" or "dislike" feedback.
|
|
|
|
<figure><img src="/en/.gitbook/assets/guides/application-publishing/launch-your-webapp-quickly/conversation-application/image (26).png" alt=""><figcaption></figcaption></figure>
|
|
|
|
### Creation, Pinning, and Deletion of Conversations
|
|
|
|
Click the "New Conversation" button to start a new conversation. Hover over a conversation to pin or delete it.
|
|
|
|
<figure><img src="/en/.gitbook/assets/guides/application-publishing/launch-your-webapp-quickly/conversation-application/image (47).png" alt="" width="242"><figcaption></figcaption></figure>
|
|
|
|
### Conversation Opening Statements
|
|
|
|
If the "Conversation Opening Statement" feature is enabled during application orchestration, the AI application will automatically initiate the first line of dialogue when a new conversation is created:
|
|
|
|
<figure><img src="/en/.gitbook/assets/guides/application-publishing/launch-your-webapp-quickly/conversation-application/image (51).png" alt=""><figcaption></figcaption></figure>
|
|
|
|
### Next Step Question Suggestions
|
|
|
|
If the "Next Step Question Suggestions" feature is enabled during application orchestration, the system will automatically generate 3 relevant question suggestions after the conversation:
|
|
|
|
<figure><img src="/en/.gitbook/assets/guides/application-publishing/launch-your-webapp-quickly/conversation-application/image (77).png" alt=""><figcaption></figcaption></figure>
|
|
|
|
### Speech-to-Text
|
|
|
|
If the "Speech-to-Text" feature is enabled during application orchestration, you will see a speech input icon in the input box of the web application. Click the icon to convert speech to text:
|
|
|
|
_Please ensure that your device environment is authorized to use the microphone._
|
|
|
|
<figure><img src="/en/.gitbook/assets/guides/application-publishing/launch-your-webapp-quickly/conversation-application/image (79).png" alt="" width="375"><figcaption></figcaption></figure> |