Skip to content

Commit a02c205

Browse files
committed
docs: Update version annotations in ConvoAIClient to reflect correct versioning for interrupt and speak methods
1 parent cb2a2f5 commit a02c205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agora-rest-client-core/src/main/java/io/agora/rest/services/convoai/ConvoAIClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static synchronized ConvoAIClient create(ConvoAIConfig convoAIConfig) {
118118

119119
/**
120120
* @brief Interrupts the specified agent instance
121-
* @since v0.9.0
121+
* @since v0.4.0
122122
* @example Use this method to interrupt the specified agent instance.
123123
* @param agentId Agent ID.
124124
* @return Returns the interrupt response result, see
@@ -128,7 +128,7 @@ public static synchronized ConvoAIClient create(ConvoAIConfig convoAIConfig) {
128128

129129
/**
130130
* @brief Speaks a custom message for the specified agent instance
131-
* @since v0.9.0
131+
* @since v0.4.0
132132
* @example Use this method to speak a custom message for the specified agent
133133
* instance.
134134
* @param agentId Agent ID.

0 commit comments

Comments
 (0)