-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#3571] update dialogflow configuration form #3576
[#3571] update dialogflow configuration form #3576
Conversation
@@ -172,7 +172,7 @@ Uninstall an existing component. | |||
|
|||
```json | |||
{ | |||
"name": "airy-enterprise/dialogflow-connector" | |||
"name": "airy-enterprise/enterprise-dialogflow-connector" | |||
} | |||
``` | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs fix
@@ -161,7 +161,7 @@ export const getSourcesInfo = (): SourceInfo[] => { | |||
componentName: 'enterprise-dialogflow-connector', | |||
repository: 'airy-enterprise', | |||
itemInfoString: 'connectors', | |||
docs: 'https://dialogflow.cloud.google.com/cx/projects', | |||
docs: 'https://airy.co/docs/enterprise/apps/dialogflow/deployment', | |||
}, | |||
{ | |||
type: Source.zendesk, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this docs link would more useful to the user for the integration with airy
6ed9911
to
514e0fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
closes #3571