-
Notifications
You must be signed in to change notification settings - Fork 9
Added the examples for send message #179
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
base: main
Are you sure you want to change the base?
Conversation
chat-apis.json
Outdated
| "type": "string", | ||
| "default": "custom", | ||
| "enum": [ | ||
| "message", |
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.
This is customCategorySchema. Do we need message here?
chat-apis.json
Outdated
| }, | ||
| "type": { | ||
| "description": "Type of the message. The available values are text, image, file, audio, video.", | ||
| "description": "Type of the message. The available values are text, image, audio, video, file, customType.", |
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.
customType will be a fixed string here since we are using enum. we need input from the customer
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.
@ketanyekale can we use here to indicate this as a placeholder for customType?
data-import-apis.json
Outdated
| "type": "string", | ||
| "default": "custom", | ||
| "enum": [ | ||
| "message", |
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.
Does customCategorySchema need message?
data-import-apis.json
Outdated
| }, | ||
| "type": { | ||
| "description": "Type of the message. The available values are text, image, file, audio, video.", | ||
| "description": "Type of the message. The available values are text, image, audio, video, file, customType.", |
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.
same?
Description
Related Issue(s)
Type of Change
Checklist
Additional Information
Screenshots (if applicable)