public class Utterance
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Utterance.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Utterance.Builder |
newBuilder()
New builder.
|
String |
text()
Gets the text.
|
String |
user()
Gets the user.
|
public Utterance.Builder newBuilder()
public String text()
An utterance contributed by a user in the conversation that is to be analyzed. The utterance can contain multiple sentences.
public String user()
A string that identifies the user who contributed the utterance specified by the `text` parameter.
Copyright © 2021 IBM Cloud. All rights reserved.