static IntentSummary.Builder |
IntentSummary.builder() |
|
IntentSummary.Builder |
IntentSummary.Builder.description(String description) |
The description of the intent.
|
IntentSummary.Builder |
IntentSummary.Builder.inputContexts(Collection<InputContext> inputContexts) |
The input contexts that must be active for this intent to be considered for recognition.
|
IntentSummary.Builder |
IntentSummary.Builder.inputContexts(Consumer<InputContext.Builder>... inputContexts) |
The input contexts that must be active for this intent to be considered for recognition.
|
IntentSummary.Builder |
IntentSummary.Builder.inputContexts(InputContext... inputContexts) |
The input contexts that must be active for this intent to be considered for recognition.
|
IntentSummary.Builder |
IntentSummary.Builder.intentId(String intentId) |
The unique identifier assigned to the intent.
|
IntentSummary.Builder |
IntentSummary.Builder.intentName(String intentName) |
The name of the intent.
|
IntentSummary.Builder |
IntentSummary.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The timestamp of the date and time that the intent was last updated.
|
IntentSummary.Builder |
IntentSummary.Builder.outputContexts(Collection<OutputContext> outputContexts) |
The output contexts that are activated when this intent is fulfilled.
|
IntentSummary.Builder |
IntentSummary.Builder.outputContexts(Consumer<OutputContext.Builder>... outputContexts) |
The output contexts that are activated when this intent is fulfilled.
|
IntentSummary.Builder |
IntentSummary.Builder.outputContexts(OutputContext... outputContexts) |
The output contexts that are activated when this intent is fulfilled.
|
IntentSummary.Builder |
IntentSummary.Builder.parentIntentSignature(String parentIntentSignature) |
If this intent is derived from a built-in intent, the name of the parent intent.
|
IntentSummary.Builder |
IntentSummary.toBuilder() |
|