public class ConversationResult extends Result
| Constructor and Description |
|---|
ConversationResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromResponse(Protocol protocol,
Response response)
Load data from the server output.
|
public void fromResponse(Protocol protocol, Response response) throws ApiException
fromResponse in class Resultprotocol - The protocol, can be 'http' or 'websocket'.response - The server Response.ApiException - if the input is invalid.Copyright © 2023. All rights reserved.