ToCopyableBuilder<GetUtterancesViewResponse.Builder,GetUtterancesViewResponse>
@Generated("software.amazon.awssdk:codegen") public class GetUtterancesViewResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetUtterancesViewResponse.Builder,GetUtterancesViewResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetUtterancesViewResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
botName() |
The name of the bot for which utterance information was returned.
|
static GetUtterancesViewResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetUtterancesViewResponse.Builder> |
serializableBuilderClass() |
|
GetUtterancesViewResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<UtteranceList> |
utterances() |
An array of objects, each containing a list of objects describing the utterances that were processed by your bot.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String botName()
The name of the bot for which utterance information was returned.
public List<UtteranceList> utterances()
An array of objects, each containing a list of objects describing the utterances that were processed by your bot.
The response contains a maximum of 100 UtteranceData
objects for each version.
UtteranceData
objects for each version.public GetUtterancesViewResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetUtterancesViewResponse.Builder,GetUtterancesViewResponse>
public static GetUtterancesViewResponse.Builder builder()
public static Class<? extends GetUtterancesViewResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.