Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

SSML not working #49

Open
askinucuncu opened this issue Sep 3, 2020 · 0 comments
Open

SSML not working #49

askinucuncu opened this issue Sep 3, 2020 · 0 comments

Comments

@askinucuncu
Copy link

$text = \Dialogflow\RichMessage\Text::create()
->text('This is text')
->ssml('This is ssml')
;
$agent->reply($text);

output data

{
"fulfillmentMessages": [
{
"text": {
"text": [
"This is text"
]
}
}
],
"outputContexts": []
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant