How to change Google account linking default text - dialogflow-es

I'm building an action using Dialogflow fulfillment library and had to integrate Google sign in account linking to the action. With new SignIn("some text"), "some text" is displayed and then the rest is the default text!
I wonder if it is possible to change this default text provided by Google?

No, you cannot change the default text as it's intended to create a consistent user experience.

Related

Change display name and voice

I am working on Dialogflow. Is there is any way to programmatically access invocation on Action on Google. I am trying to change the voice and display name of the google assistant from my code. Is this possible ?
Console Screen
When using Dialogflow, there is no way to programmatically change the invocation name and voice of the Action.
If, on the other hand, you were to use Actions Builder to build your action, you could change the Actions SDK LocalizedSettings for both the displayName and voice fields in a YAML file and upload that programmatically.

How should I add multiple buttons using custom payload in the Default Response Tab (Not any other platform)?

My experience with dialog flow is minimal. I want to add clickable button responses that an end-user can select from. I do not want to use any other platform except for Default. I will be implementing this on my website. I have not enabled webhook and fulfillment yet. I just want to write the code to add buttons, test it, and then publish my agent on the website.
I have bad news for you. From the default features the only option you have for implementing it on your website is using Web Demo which does not support rich responses(button, image, etc..). That means if you want to implement a bot with rich response on your website, you will have to enable Fulfillment and use webhook.

IBM hyperlink in watson conversation

I want to have a text in the hyperlink without showing the HTML tag.
Other than editing Watson Conversation
"The link to go to Temasek Poly is: click https://www.google.com.sg\">Google."
Other than showing in the web application, can I show in facebook messenger?
I tried in facebook messenger but cannot, why? how can I do this same matter and can apply in facebook messenger
Facebook does not support your example, just paste the URL that you want to send for the user, like:
Search about this on https://google.com.br
And then, Facebook will transform in a hyperlink.
Done a lot of research on this...
Facebook doesn't seem to support the usual codes which create
hyperlinked text (e.g. "Click here") that links the clicker to your
specified external website. for now, you can only attach a link in
it's full form (e.g. "www.blahblah.com")
Reference: Facebook forum here.

Rich text format for response text in facebook chatbot

I want to format(change font size/text color/apply text style - bold/underline/italic etc) the response text send to user in Facebook chatbot.
I do not see any such support in the messenger API. Just wanted to confirm if its supported or not? Is there any other way/approach to achieve this?
Thanks in advance,
picku
You can accomplish something similar to what you want using the web view API: https://developers.facebook.com/docs/messenger-platform/messenger-extension
This allows you to display an HTML page without leaving the chat. If your responses are dynamic you could generate the pages at runtime and link to them using the API.

Enhanced Auth Dialog "This app will share.." Content Incorrect. Modifiable?

The Facebook Enhanced Auth Dialog has a block of text at lower-right that describes what the app will share with others that seems to be defaulted to a generic set of actions & objects.
Specifically, the dialog for my app's auth dialog currently reads:
This app will share [objects] you [action]ed, [objects] you became friends with and other activity on Facebook.
How does one alter it to read a particular set of object/action pairings? For example: "This app will share routes you ran..." or "This app will share movies you rated..."?
Is there a way to specify particular pairs for usage in this dialog?
Facebook selected the action object pairs to show based on the actions/objects which have been approved and are available to be used.
No, app owners currently don't have control over which action/object pairs are shown.
Use the developer tool to create verbs and nouns.

Resources