sendCancel

abstract suspend fun sendCancel(entry: ConversationEntry): Result<ConversationEntry>

Sends a cancel action for an in-progress structured content interaction.

Return

Result.Success with the ConversationEntry, or Result.Error on failure.

Parameters

entry

The ConversationEntry whose interaction is being cancelled.