GenerateBotElementResponse.Builder |
GenerateBotElementResponse.Builder.botId(String botId) |
The unique bot Id for the bot which received the response.
|
GenerateBotElementResponse.Builder |
GenerateBotElementResponse.Builder.botVersion(String botVersion) |
The unique bot version for the bot which received the response.
|
static GenerateBotElementResponse.Builder |
GenerateBotElementResponse.builder() |
|
GenerateBotElementResponse.Builder |
GenerateBotElementResponse.Builder.intentId(String intentId) |
The unique intent Id for the bot which received the response.
|
GenerateBotElementResponse.Builder |
GenerateBotElementResponse.Builder.localeId(String localeId) |
The unique locale Id for the bot which received the response.
|
GenerateBotElementResponse.Builder |
GenerateBotElementResponse.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances) |
The sample utterances for the bot which received the response.
|
GenerateBotElementResponse.Builder |
GenerateBotElementResponse.Builder.sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances) |
The sample utterances for the bot which received the response.
|
GenerateBotElementResponse.Builder |
GenerateBotElementResponse.Builder.sampleUtterances(SampleUtterance... sampleUtterances) |
The sample utterances for the bot which received the response.
|
GenerateBotElementResponse.Builder |
GenerateBotElementResponse.toBuilder() |
|