createConversation mutation creates a new conversation in a specified domain for conducting AI-powered data analysis sessions.
Signature
Arguments
String!
required
The unique identifier of the domain where the conversation will be created.
Whether the conversation should be hidden from the user interface.
Response
Returns anID representing the unique identifier of the newly created conversation.
Usage example
Create a new conversation for data analysis:Related operation
Send User Message
Send a message to the conversation

