Package | Description |
---|---|
com.amazon.ask.model.services.proactiveEvents |
Modifier and Type | Method and Description |
---|---|
static SkillStage |
SkillStage.fromValue(String text) |
static SkillStage |
SkillStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkillStage[] |
SkillStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.amazon.ask.model.services.ApiResponse<Void> |
ProactiveEventsServiceClient.callCreateProactiveEvent(CreateProactiveEventRequest createProactiveEventRequest,
SkillStage stage)
Create a new proactive event in live stage.
|
com.amazon.ask.model.services.ApiResponse<Void> |
ProactiveEventsService.callCreateProactiveEvent(CreateProactiveEventRequest createProactiveEventRequest,
SkillStage stage) |
void |
ProactiveEventsServiceClient.createProactiveEvent(CreateProactiveEventRequest createProactiveEventRequest,
SkillStage stage)
Create a new proactive event in live stage.
|
void |
ProactiveEventsService.createProactiveEvent(CreateProactiveEventRequest createProactiveEventRequest,
SkillStage stage) |
Copyright © 2023. All rights reserved.