- ifContains(String, String, Consumer<AlexaSession>) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
- ifEquals(String, Object, Consumer<AlexaSession>) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
- ifExists(String, Consumer<AlexaSession>) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
- ifFalse(String, Consumer<AlexaSession>) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
- ifIs(String, Consumer<AlexaSession>) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
Validates a custom predicate executed against the response envelope.
- ifNotExists(String, Consumer<AlexaSession>) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
- ifTrue(String, Consumer<AlexaSession>) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
- intent(String) - Method in class io.klerch.alexa.test.client.AlexaSession
-
Fires an intent without any slots.
- intent(String, String, Object) - Method in class io.klerch.alexa.test.client.AlexaSession
-
Fires an intent with a single slot
- intent(String, Map<String, Object>) - Method in class io.klerch.alexa.test.client.AlexaSession
-
Fires an intent with zero to many slots
- intent(String, List<Slot>) - Method in class io.klerch.alexa.test.client.AlexaSession
-
Fires an intent with zero to many slots
- io.klerch.alexa.test - package io.klerch.alexa.test
-
- io.klerch.alexa.test.client - package io.klerch.alexa.test.client
-
- io.klerch.alexa.test.client.endpoint - package io.klerch.alexa.test.client.endpoint
-
- io.klerch.alexa.test.request - package io.klerch.alexa.test.request
-
- io.klerch.alexa.test.response - package io.klerch.alexa.test.response
-
- is(Predicate<SpeechletResponseEnvelope>) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
Validates a custom predicate executed against the response envelope.
- is(String) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
Validates a custom json-path expression
- is(Predicate<SpeechletResponseEnvelope>, Consumer<AlexaSession>) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
Validates a custom predicate executed against the response envelope.
- isEmpty() - Method in class io.klerch.alexa.test.response.AlexaResponse
-
An AlexaResponse is empty for requests that do not get a response from the skill
e.g.
- isFalse(String) - Method in class io.klerch.alexa.test.response.AlexaResponse
-
- isTrue(String) - Method in class io.klerch.alexa.test.response.AlexaResponse
-