public class PartialItem
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getResponseType()
Gets the responseType.
|
Metadata |
getStreamingMetadata()
Gets the streamingMetadata.
|
String |
getText()
Gets the text.
|
public String getResponseType()
The type of response returned by the dialog node. The specified response type must be supported by the client application or channel.
public String getText()
The text within the partial chunk of the message stream response.
public Metadata getStreamingMetadata()
Contains meta-information about the item(s) being streamed.
Copyright © 2024 IBM Cloud. All rights reserved.