Chat_Bot
No description
type Chat_Bot implements Chat_ExternalRessourceInterface {
displayName: String!
id: String!
pictureUrl: String
}
No description
type Chat_Bot implements Chat_ExternalRessourceInterface {
displayName: String!
id: String!
pictureUrl: String
}
Chat_Bot.displayName
● String!
non-null scalarChat_Bot.id
● String!
non-null scalarChat_Bot.pictureUrl
● String
scalarChat_ExternalRessourceInterface
interface