From a02c2050e3945e9352b4197fc8bd1750d6de39dc Mon Sep 17 00:00:00 2001 From: seymourtang Date: Tue, 27 May 2025 15:13:30 +0800 Subject: [PATCH] docs: Update version annotations in ConvoAIClient to reflect correct versioning for interrupt and speak methods --- .../java/io/agora/rest/services/convoai/ConvoAIClient.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agora-rest-client-core/src/main/java/io/agora/rest/services/convoai/ConvoAIClient.java b/agora-rest-client-core/src/main/java/io/agora/rest/services/convoai/ConvoAIClient.java index 5f37f7c..4188c8a 100644 --- a/agora-rest-client-core/src/main/java/io/agora/rest/services/convoai/ConvoAIClient.java +++ b/agora-rest-client-core/src/main/java/io/agora/rest/services/convoai/ConvoAIClient.java @@ -118,7 +118,7 @@ public static synchronized ConvoAIClient create(ConvoAIConfig convoAIConfig) { /** * @brief Interrupts the specified agent instance - * @since v0.9.0 + * @since v0.4.0 * @example Use this method to interrupt the specified agent instance. * @param agentId Agent ID. * @return Returns the interrupt response result, see @@ -128,7 +128,7 @@ public static synchronized ConvoAIClient create(ConvoAIConfig convoAIConfig) { /** * @brief Speaks a custom message for the specified agent instance - * @since v0.9.0 + * @since v0.4.0 * @example Use this method to speak a custom message for the specified agent * instance. * @param agentId Agent ID.