You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -169,7 +167,8 @@ Call the `join` method to create a conversational agent, using Bytedance TTS as
169
167
> Stop the conversational agent and leave the RTC channel.
170
168
171
169
Parameters to set:
172
-
- AgentId returned by the `join` interface
170
+
171
+
- AgentId returned by the `join` interface
173
172
174
173
```java
175
174
// Stop the agent
@@ -188,8 +187,9 @@ Parameters to set:
188
187
> Currently, only the Token information of a running conversational agent can be updated.
189
188
190
189
Parameters to set:
191
-
- AgentId returned by the `join` interface
192
-
- Token to be updated
190
+
191
+
- AgentId returned by the `join` interface
192
+
- Token to be updated
193
193
194
194
```java
195
195
// Update agent
@@ -214,7 +214,8 @@ Parameters to set:
214
214
> Query the status of the conversational agent.
215
215
216
216
Parameters to set:
217
-
- AgentId returned by the `join` interface
217
+
218
+
- AgentId returned by the `join` interface
218
219
219
220
```java
220
221
// Query agent
@@ -237,13 +238,13 @@ Parameters to set:
237
238
logger.info("Query the agent successfully, queryConvoAIRes:{}", queryConvoAIRes);
238
239
```
239
240
240
-
241
241
## Retrieves a list of agents
242
242
243
243
> Retrieves a list of agents that meet the specified criteria.
244
244
245
245
Parameters to set:
246
-
- AgentId returned by the `join` interface
246
+
247
+
- AgentId returned by the `join` interface
247
248
248
249
```java
249
250
// List agent
@@ -270,4 +271,5 @@ Parameters to set:
270
271
```
271
272
272
273
## Error Codes and Response Status Codes Handling
274
+
273
275
For specific business response codes, please refer to the [Business Response Codes](https://docs.agora.io/en/conversational-ai/rest-api/reference) documentation.
0 commit comments