@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-20T01:23:52.587Z") @Stability(value=Stable) public interface AlexaSkillDeployActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
Alexa deploy Action.| Modifier and Type | Interface and Description |
|---|---|
static class |
AlexaSkillDeployActionProps.Builder
A builder for
AlexaSkillDeployActionProps |
static class |
AlexaSkillDeployActionProps.Jsii$Proxy
An implementation for
AlexaSkillDeployActionProps |
| Modifier and Type | Method and Description |
|---|---|
static AlexaSkillDeployActionProps.Builder |
builder() |
String |
getClientId()
The client id of the developer console token.
|
SecretValue |
getClientSecret()
The client secret of the developer console token.
|
Artifact |
getInput()
The source artifact containing the voice model and skill manifest.
|
default Artifact |
getParameterOverridesArtifact()
An optional artifact containing overrides for the skill manifest.
|
SecretValue |
getRefreshToken()
The refresh token of the developer console token.
|
String |
getSkillId()
The Alexa skill id.
|
getActionName, getRunOrder, getVariablesNamespace@Stability(value=Stable) @NotNull String getClientId()
@Stability(value=Stable) @NotNull SecretValue getClientSecret()
@Stability(value=Stable) @NotNull Artifact getInput()
@Stability(value=Stable) @NotNull SecretValue getRefreshToken()
@Stability(value=Stable) @NotNull String getSkillId()
@Stability(value=Stable) @Nullable default Artifact getParameterOverridesArtifact()
@Stability(value=Stable) static AlexaSkillDeployActionProps.Builder builder()
builder in interface CommonActionPropsAlexaSkillDeployActionProps.Builder of AlexaSkillDeployActionPropsCopyright © 2020. All rights reserved.