| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
List<UtteranceList> |
GetUtterancesViewResponse.utterances()
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot.
|
| Modifier and Type | Method and Description |
|---|---|
GetUtterancesViewResponse.Builder |
GetUtterancesViewResponse.Builder.utterances(UtteranceList... utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing
the utterances that were processed by your bot.
|
| Modifier and Type | Method and Description |
|---|---|
GetUtterancesViewResponse.Builder |
GetUtterancesViewResponse.Builder.utterances(Collection<UtteranceList> utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing
the utterances that were processed by your bot.
|
Copyright © 2019. All rights reserved.