Skip to main content

getConversationURL()

function getConversationURL(params: {
conversationId: string;
workspaceId: number;
}): string;

Returns the URL for a conversation.

Parameters

ParameterType
params{ conversationId: string; workspaceId: number; }
params.conversationIdstring
params.workspaceIdnumber

Returns

string