Prashant
07/26/2024, 9:34 AMVapi
07/26/2024, 9:35 AMjson
{
"name": "custom_assistant",
"language": "en-US",
"voice": {
"name": "en-US-Wavenet-D",
"pitch": 0,
"speed": 1
},
"context": {
"system": {
"user_id": "user-123"
},
"session": {
"session_id": "session-456"
}
}
}
In this JSON:
- name
is the identifier for your custom assistant.
- language
specifies the language code (e.g., "en-US" for US English).
- voice
is an object that defines the voice to be used, including the voice name (e.g., "en-US-Wavenet-D"), pitch, and speed.
- context
is an object that can contain various contextual parameters such as system information and session details.
Please ensure that the JSON object you provide matches the schema expected by the VAPI outbound app. If you continue to face issues, it might be helpful to check the documentation for any specific requirements or constraints related to the assistant configuration.
If you need further assistance or if the documentation does not provide enough information, please ask support for more info on this.Vapi
07/26/2024, 9:35 AMVapi
07/26/2024, 9:36 AMPrashant
07/26/2024, 9:36 AMPrashant
07/26/2024, 9:37 AMVapi
07/26/2024, 9:37 AMVapi
07/26/2024, 9:39 AMPrashant
07/26/2024, 9:40 AMVapi
07/26/2024, 9:40 AMjson
{
"assistantOverrides": {
"firstMessageMode": "assistant-speaks-first",
"recordingEnabled": true
},
"systemPrompt": {
"message": "You are a helpful assistant."
},
"firstMessage": "Your custom first message here."
}
In this JSON:
- assistantOverrides
contains settings for how the assistant behaves on the first message. Setting firstMessageMode
to "assistant-speaks-first"
means the assistant will deliver the first message without waiting for the user to speak.
- recordingEnabled
is set to true
to enable call recording.
- systemPrompt
is an object that includes a message
field, which is the system message you want to set.
- firstMessage
is the custom message that will be spoken first by the assistant.
Please replace "Your custom first message here."
with the actual message you want the assistant to say when the call starts.
If you need to adjust any other settings or have further questions, feel free to ask!Prashant
07/26/2024, 9:41 AMVapi
07/26/2024, 9:41 AMjson
{
"assistant": {
"firstMessage": {
"text": "Your custom first message here",
"mode": "assistant-speaks-first"
},
"systemPrompt": {
"text": "You are a helpful assistant."
}
}
}
In this revised JSON:
- The assistant
object contains the override settings.
- firstMessage
is now an object with text
and mode
keys.
- systemPrompt
is also an object with a text
key.
Please ensure that the keys and structure of your JSON object match the schema expected by the VAPI outbound app. If you're unsure of the schema, refer to the documentation provided by make.com for the correct format.
If the issue persists, please ask support for more info on this, as they may need to provide you with the exact schema or assist with troubleshooting the error.Prashant
07/26/2024, 9:44 AMVapi
07/26/2024, 9:44 AMPrashant
07/26/2024, 9:45 AMVapi
07/26/2024, 9:45 AMPrashant
07/26/2024, 9:46 AMVapi
07/26/2024, 9:46 AMPrashant
07/26/2024, 10:13 AMShubham Bajaj
07/26/2024, 6:12 PMShubham Bajaj
07/26/2024, 6:12 PMPrashant
07/26/2024, 6:13 PMPrashant
07/26/2024, 6:13 PMPrashant
07/26/2024, 6:14 PMPrashant
07/26/2024, 6:16 PMPrashant
07/26/2024, 6:16 PMShubham Bajaj
07/26/2024, 6:18 PMPrashant
07/26/2024, 6:19 PMShubham Bajaj
07/26/2024, 6:20 PM