Class | Description |
---|---|
CanFulfillIntent |
CanFulfillIntent represents the response to canFulfillIntentRequest includes the details about whether the skill can understand and fulfill the intent request with detected slots.
|
CanFulfillIntent.Builder | |
CanFulfillIntentRequest |
An object that represents a request made to skill to query whether the skill can understand and fulfill the intent request with detected slots, before actually asking the skill to take action.
|
CanFulfillIntentRequest.Builder | |
CanFulfillSlot |
This represents skill's capability to understand and fulfill each detected slot.
|
CanFulfillSlot.Builder |
Enum | Description |
---|---|
CanFulfillIntentValues |
Overall if skill can understand and fulfill the intent with detected slots.
|
CanFulfillSlotValues |
This field indicates whether skill can fulfill relevant action for the slot, that has been partially or fully understood.
|
CanUnderstandSlotValues |
This field indicates whether skill has understood the slot value.
|
Copyright © 2023. All rights reserved.