Data needed to create a new chat

interface CreateChatCommand {
    containerUri: string;
    name: string;
}

Properties

Properties

containerUri: string

The URI of the target container

name: string

The human-readable title for the chat