public abstract class ConversationResult extends Object
| Constructor and Description |
|---|
ConversationResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
loadFromMessage(String protocol,
String message)
Load data from the server output.
|
public abstract void loadFromMessage(String protocol, String message) throws ApiException
protocol - The protocol, can be 'http' or 'websocket'.message - The server message.ApiException - if the input is invalid.Copyright © 2023. All rights reserved.