GetUtterancesViewResponse.Builder |
GetUtterancesViewResponse.Builder.botName(String botName) |
The name of the bot for which utterance information was returned.
|
static GetUtterancesViewResponse.Builder |
GetUtterancesViewResponse.builder() |
|
GetUtterancesViewResponse.Builder |
GetUtterancesViewResponse.toBuilder() |
|
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.
|
GetUtterancesViewResponse.Builder |
GetUtterancesViewResponse.Builder.utterances(Consumer<UtteranceList.Builder>... utterances) |
An array of UtteranceList objects, each containing a list of UtteranceData objects describing
the utterances that were processed by your bot.
|
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.
|