Dialogflow Phone gateway Lists
I'm at an intermediate level of learning dialogflow.
My question is: Is there a way I can dictate a List to the user and make the user click a number on keypad and get the corresponding item?
Scenario:
Phone gateway bot: 1 - Chocolates, 2 - Flowers, 3 - Soccer
User: (Either says the option or types it in)
I've read in the documentation that we must have different paths for google home and google assistant. Found https://dialogflow.com/docs/integrations/telephony but I couldn't understand what "The intents in the sample use rich messages for telephony responses. These are the types you can use:"
Does it mean that in addition to rich responses you can use synthesize audio etc or does it mean that instead of rich responses you can use synthesize audio?
Just wondering if the scenario I'm looking for is possible or not....
Thank you!
dialogflow telephony
add a comment |
I'm at an intermediate level of learning dialogflow.
My question is: Is there a way I can dictate a List to the user and make the user click a number on keypad and get the corresponding item?
Scenario:
Phone gateway bot: 1 - Chocolates, 2 - Flowers, 3 - Soccer
User: (Either says the option or types it in)
I've read in the documentation that we must have different paths for google home and google assistant. Found https://dialogflow.com/docs/integrations/telephony but I couldn't understand what "The intents in the sample use rich messages for telephony responses. These are the types you can use:"
Does it mean that in addition to rich responses you can use synthesize audio etc or does it mean that instead of rich responses you can use synthesize audio?
Just wondering if the scenario I'm looking for is possible or not....
Thank you!
dialogflow telephony
add a comment |
I'm at an intermediate level of learning dialogflow.
My question is: Is there a way I can dictate a List to the user and make the user click a number on keypad and get the corresponding item?
Scenario:
Phone gateway bot: 1 - Chocolates, 2 - Flowers, 3 - Soccer
User: (Either says the option or types it in)
I've read in the documentation that we must have different paths for google home and google assistant. Found https://dialogflow.com/docs/integrations/telephony but I couldn't understand what "The intents in the sample use rich messages for telephony responses. These are the types you can use:"
Does it mean that in addition to rich responses you can use synthesize audio etc or does it mean that instead of rich responses you can use synthesize audio?
Just wondering if the scenario I'm looking for is possible or not....
Thank you!
dialogflow telephony
I'm at an intermediate level of learning dialogflow.
My question is: Is there a way I can dictate a List to the user and make the user click a number on keypad and get the corresponding item?
Scenario:
Phone gateway bot: 1 - Chocolates, 2 - Flowers, 3 - Soccer
User: (Either says the option or types it in)
I've read in the documentation that we must have different paths for google home and google assistant. Found https://dialogflow.com/docs/integrations/telephony but I couldn't understand what "The intents in the sample use rich messages for telephony responses. These are the types you can use:"
Does it mean that in addition to rich responses you can use synthesize audio etc or does it mean that instead of rich responses you can use synthesize audio?
Just wondering if the scenario I'm looking for is possible or not....
Thank you!
dialogflow telephony
dialogflow telephony
asked Oct 29 '18 at 6:09
AlcanzerAlcanzer
206
206
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The features available in Telephony Gateway include: synthesize speech (SSML), playing audio, and call transfers. You can see more in Dialogflow's Telephony sample. What you can do is have multiple intents for each pathway your users would be selecting and have training phrases that would match expected user responses given a set of options. More reference docs are also available here.
Thank you for the answer.
– Alcanzer
Nov 13 '18 at 22:45
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53039670%2fdialogflow-phone-gateway-lists%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The features available in Telephony Gateway include: synthesize speech (SSML), playing audio, and call transfers. You can see more in Dialogflow's Telephony sample. What you can do is have multiple intents for each pathway your users would be selecting and have training phrases that would match expected user responses given a set of options. More reference docs are also available here.
Thank you for the answer.
– Alcanzer
Nov 13 '18 at 22:45
add a comment |
The features available in Telephony Gateway include: synthesize speech (SSML), playing audio, and call transfers. You can see more in Dialogflow's Telephony sample. What you can do is have multiple intents for each pathway your users would be selecting and have training phrases that would match expected user responses given a set of options. More reference docs are also available here.
Thank you for the answer.
– Alcanzer
Nov 13 '18 at 22:45
add a comment |
The features available in Telephony Gateway include: synthesize speech (SSML), playing audio, and call transfers. You can see more in Dialogflow's Telephony sample. What you can do is have multiple intents for each pathway your users would be selecting and have training phrases that would match expected user responses given a set of options. More reference docs are also available here.
The features available in Telephony Gateway include: synthesize speech (SSML), playing audio, and call transfers. You can see more in Dialogflow's Telephony sample. What you can do is have multiple intents for each pathway your users would be selecting and have training phrases that would match expected user responses given a set of options. More reference docs are also available here.
answered Nov 13 '18 at 0:31
S. DwyerS. Dwyer
28214
28214
Thank you for the answer.
– Alcanzer
Nov 13 '18 at 22:45
add a comment |
Thank you for the answer.
– Alcanzer
Nov 13 '18 at 22:45
Thank you for the answer.
– Alcanzer
Nov 13 '18 at 22:45
Thank you for the answer.
– Alcanzer
Nov 13 '18 at 22:45
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53039670%2fdialogflow-phone-gateway-lists%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown