/**
* This file was auto-generated by Fern from our API Definition.
*//**
* @example
* {
* conversation_id: "123"
* }
*/
export interfaceAutoAssignConversationRequest{
/**
* The identifier for the conversation as given by Intercom.
*/
conversation_id: string;
}