StructuredPojo
, ToCopyableBuilder<UtteranceList.Builder,UtteranceList>
@Generated("software.amazon.awssdk:codegen") public class UtteranceList extends Object implements StructuredPojo, ToCopyableBuilder<UtteranceList.Builder,UtteranceList>
Provides a list of utterances that have been made to a specific version of your bot. The list contains a maximum of 100 utterances.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UtteranceList.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
botVersion() |
The version of the bot that processed the list.
|
static UtteranceList.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends UtteranceList.Builder> |
serializableBuilderClass() |
|
UtteranceList.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<UtteranceData> |
utterances() |
One or more objects that contain information about the utterances that have been made to a bot.
|
public String botVersion()
The version of the bot that processed the list.
public List<UtteranceData> utterances()
One or more objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.
public UtteranceList.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UtteranceList.Builder,UtteranceList>
public static UtteranceList.Builder builder()
public static Class<? extends UtteranceList.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.