Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BetaTest ¶
type BetaTest struct {
// Expiry date of the beta test.
ExpiryDate time.Time `json:"expiryDate,omitempty"`
Status *Status `json:"status,omitempty"`
// Email address for providing feedback
FeedbackEmail string `json:"feedbackEmail,omitempty"`
// Deeplinking for getting authorized to the beta test.
InvitationUrl string `json:"invitationUrl,omitempty"`
// Remaining invite count for the beta test.
InvitesRemaining int `json:"invitesRemaining,omitempty"`
}
BetaTest Beta test for an Alexa skill.
type Status ¶
type Status string
Status Status of the beta test.
func Status_ENDED ¶
func Status_ENDED() Status
func Status_IN_DRAFT ¶
func Status_IN_DRAFT() Status
func Status_RUNNING ¶
func Status_RUNNING() Status
func Status_STARTING ¶
func Status_STARTING() Status
func Status_STOPPING ¶
func Status_STOPPING() Status
Click to show internal directories.
Click to hide internal directories.