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.