diff --git a/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/-audio-player-stream.html b/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/-audio-player-stream.html index a6809bd..0d8daf0 100644 --- a/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/-audio-player-stream.html +++ b/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/-audio-player-stream.html @@ -61,12 +61,12 @@
-
+

AudioPlayerStream

-
constructor(url: String, offsetMs: Int = 0, token: String)
+
constructor(url: String?, offsetMs: Int = 0, token: String)

AudioPlayerStream

-
@Serializable
data class AudioPlayerStream(val url: String, val offsetMs: Int = 0, val token: String)
+
@Serializable
data class AudioPlayerStream(val url: String?, val offsetMs: Int = 0, val token: String)

Constructors

-
+
- +
Link copied to clipboard
-
constructor(url: String, offsetMs: Int = 0, token: String)
+
constructor(url: String?, offsetMs: Int = 0, token: String)
@@ -131,7 +131,7 @@

Properties

-
val url: String
+
val url: String?
diff --git a/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/url.html b/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/url.html index 286f6f8..f572978 100644 --- a/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/url.html +++ b/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/url.html @@ -66,7 +66,7 @@

url

-
val url: String
+
val url: String?
-
lateinit var url: String
+
var url: String?
diff --git a/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player/-builder/url.html b/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player/-builder/url.html index e83c3ad..edf423c 100644 --- a/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player/-builder/url.html +++ b/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player/-builder/url.html @@ -66,7 +66,7 @@

url

-
lateinit var url: String
+
var url: String?

AudioPlayer

-
@Serializable
data class AudioPlayer

Source

+
@Serializable
data class AudioPlayer

Source 1 Source 2

diff --git a/alice-ktx/com.github.alice.ktx.models.audioPlayer/index.html b/alice-ktx/com.github.alice.ktx.models.audioPlayer/index.html index 948b6f9..0c8dc6e 100644 --- a/alice-ktx/com.github.alice.ktx.models.audioPlayer/index.html +++ b/alice-ktx/com.github.alice.ktx.models.audioPlayer/index.html @@ -81,7 +81,7 @@

Types

-
@Serializable
data class AudioPlayer
+
@Serializable
data class AudioPlayer
@@ -171,7 +171,7 @@

Types

-
@Serializable
data class AudioPlayerStream(val url: String, val offsetMs: Int = 0, val token: String)
+
@Serializable
data class AudioPlayerStream(val url: String?, val offsetMs: Int = 0, val token: String)
diff --git a/alice-ktx/package-list b/alice-ktx/package-list index b302fff..d0af9c3 100644 --- a/alice-ktx/package-list +++ b/alice-ktx/package-list @@ -177,7 +177,7 @@ $dokka.location:com.github.alice.ktx.models.audioPlayer/AudioPlayerMetadataBackg $dokka.location:com.github.alice.ktx.models.audioPlayer/AudioPlayerMetadataBackgroundImage/AudioPlayerMetadataBackgroundImage/#kotlin.String?/PointingToDeclaration/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-metadata-background-image/-audio-player-metadata-background-image.html $dokka.location:com.github.alice.ktx.models.audioPlayer/AudioPlayerMetadataBackgroundImage/url/#/PointingToDeclaration/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-metadata-background-image/url.html $dokka.location:com.github.alice.ktx.models.audioPlayer/AudioPlayerStream///PointingToDeclaration/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/index.html -$dokka.location:com.github.alice.ktx.models.audioPlayer/AudioPlayerStream/AudioPlayerStream/#kotlin.String#kotlin.Int#kotlin.String/PointingToDeclaration/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/-audio-player-stream.html +$dokka.location:com.github.alice.ktx.models.audioPlayer/AudioPlayerStream/AudioPlayerStream/#kotlin.String?#kotlin.Int#kotlin.String/PointingToDeclaration/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/-audio-player-stream.html $dokka.location:com.github.alice.ktx.models.audioPlayer/AudioPlayerStream/offsetMs/#/PointingToDeclaration/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/offset-ms.html $dokka.location:com.github.alice.ktx.models.audioPlayer/AudioPlayerStream/token/#/PointingToDeclaration/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/token.html $dokka.location:com.github.alice.ktx.models.audioPlayer/AudioPlayerStream/url/#/PointingToDeclaration/alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-stream/url.html diff --git a/scripts/pages.json b/scripts/pages.json index 5b6b15f..81131fe 100644 --- a/scripts/pages.json +++ b/scripts/pages.json @@ -1 +1 @@ -[{"name":"APPLICATION","description":"com.github.alice.ktx.models.FSMStrategy.APPLICATION","location":"alice-ktx/com.github.alice.ktx.models/-f-s-m-strategy/-a-p-p-l-i-c-a-t-i-o-n/index.html","searchKeys":["APPLICATION","APPLICATION","com.github.alice.ktx.models.FSMStrategy.APPLICATION"]},{"name":"AudioPlayerPlaybackFailed","description":"com.github.alice.ktx.models.request.RequestContentType.AudioPlayerPlaybackFailed","location":"alice-ktx/com.github.alice.ktx.models.request/-request-content-type/-audio-player-playback-failed/index.html","searchKeys":["AudioPlayerPlaybackFailed","AudioPlayerPlaybackFailed","com.github.alice.ktx.models.request.RequestContentType.AudioPlayerPlaybackFailed"]},{"name":"AudioPlayerPlaybackFinished","description":"com.github.alice.ktx.models.request.RequestContentType.AudioPlayerPlaybackFinished","location":"alice-ktx/com.github.alice.ktx.models.request/-request-content-type/-audio-player-playback-finished/index.html","searchKeys":["AudioPlayerPlaybackFinished","AudioPlayerPlaybackFinished","com.github.alice.ktx.models.request.RequestContentType.AudioPlayerPlaybackFinished"]},{"name":"AudioPlayerPlaybackNearlyFinished","description":"com.github.alice.ktx.models.request.RequestContentType.AudioPlayerPlaybackNearlyFinished","location":"alice-ktx/com.github.alice.ktx.models.request/-request-content-type/-audio-player-playback-nearly-finished/index.html","searchKeys":["AudioPlayerPlaybackNearlyFinished","AudioPlayerPlaybackNearlyFinished","com.github.alice.ktx.models.request.RequestContentType.AudioPlayerPlaybackNearlyFinished"]},{"name":"AudioPlayerPlaybackStarted","description":"com.github.alice.ktx.models.request.RequestContentType.AudioPlayerPlaybackStarted","location":"alice-ktx/com.github.alice.ktx.models.request/-request-content-type/-audio-player-playback-started/index.html","searchKeys":["AudioPlayerPlaybackStarted","AudioPlayerPlaybackStarted","com.github.alice.ktx.models.request.RequestContentType.AudioPlayerPlaybackStarted"]},{"name":"AudioPlayerPlaybackStopped","description":"com.github.alice.ktx.models.request.RequestContentType.AudioPlayerPlaybackStopped","location":"alice-ktx/com.github.alice.ktx.models.request/-request-content-type/-audio-player-playback-stopped/index.html","searchKeys":["AudioPlayerPlaybackStopped","AudioPlayerPlaybackStopped","com.github.alice.ktx.models.request.RequestContentType.AudioPlayerPlaybackStopped"]},{"name":"BigImage","description":"com.github.alice.ktx.models.card.CardType.BigImage","location":"alice-ktx/com.github.alice.ktx.models.card/-card-type/-big-image/index.html","searchKeys":["BigImage","BigImage","com.github.alice.ktx.models.card.CardType.BigImage"]},{"name":"ButtonPressed","description":"com.github.alice.ktx.models.request.RequestContentType.ButtonPressed","location":"alice-ktx/com.github.alice.ktx.models.request/-request-content-type/-button-pressed/index.html","searchKeys":["ButtonPressed","ButtonPressed","com.github.alice.ktx.models.request.RequestContentType.ButtonPressed"]},{"name":"INNER","description":"com.github.alice.ktx.middleware.MiddlewareType.INNER","location":"alice-ktx/com.github.alice.ktx.middleware/-middleware-type/-i-n-n-e-r/index.html","searchKeys":["INNER","INNER","com.github.alice.ktx.middleware.MiddlewareType.INNER"]},{"name":"ImageGallery","description":"com.github.alice.ktx.models.card.CardType.ImageGallery","location":"alice-ktx/com.github.alice.ktx.models.card/-card-type/-image-gallery/index.html","searchKeys":["ImageGallery","ImageGallery","com.github.alice.ktx.models.card.CardType.ImageGallery"]},{"name":"ItemsList","description":"com.github.alice.ktx.models.card.CardType.ItemsList","location":"alice-ktx/com.github.alice.ktx.models.card/-card-type/-items-list/index.html","searchKeys":["ItemsList","ItemsList","com.github.alice.ktx.models.card.CardType.ItemsList"]},{"name":"OUTER","description":"com.github.alice.ktx.middleware.MiddlewareType.OUTER","location":"alice-ktx/com.github.alice.ktx.middleware/-middleware-type/-o-u-t-e-r/index.html","searchKeys":["OUTER","OUTER","com.github.alice.ktx.middleware.MiddlewareType.OUTER"]},{"name":"Play","description":"com.github.alice.ktx.models.audioPlayer.AudioPlayerAction.Play","location":"alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-action/-play/index.html","searchKeys":["Play","Play","com.github.alice.ktx.models.audioPlayer.AudioPlayerAction.Play"]},{"name":"PurchaseConfirmation","description":"com.github.alice.ktx.models.request.RequestContentType.PurchaseConfirmation","location":"alice-ktx/com.github.alice.ktx.models.request/-request-content-type/-purchase-confirmation/index.html","searchKeys":["PurchaseConfirmation","PurchaseConfirmation","com.github.alice.ktx.models.request.RequestContentType.PurchaseConfirmation"]},{"name":"SESSION","description":"com.github.alice.ktx.models.FSMStrategy.SESSION","location":"alice-ktx/com.github.alice.ktx.models/-f-s-m-strategy/-s-e-s-s-i-o-n/index.html","searchKeys":["SESSION","SESSION","com.github.alice.ktx.models.FSMStrategy.SESSION"]},{"name":"ShowPull","description":"com.github.alice.ktx.models.request.RequestContentType.ShowPull","location":"alice-ktx/com.github.alice.ktx.models.request/-request-content-type/-show-pull/index.html","searchKeys":["ShowPull","ShowPull","com.github.alice.ktx.models.request.RequestContentType.ShowPull"]},{"name":"SimpleUtterance","description":"com.github.alice.ktx.models.request.RequestContentType.SimpleUtterance","location":"alice-ktx/com.github.alice.ktx.models.request/-request-content-type/-simple-utterance/index.html","searchKeys":["SimpleUtterance","SimpleUtterance","com.github.alice.ktx.models.request.RequestContentType.SimpleUtterance"]},{"name":"Stop","description":"com.github.alice.ktx.models.audioPlayer.AudioPlayerAction.Stop","location":"alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-action/-stop/index.html","searchKeys":["Stop","Stop","com.github.alice.ktx.models.audioPlayer.AudioPlayerAction.Stop"]},{"name":"USER","description":"com.github.alice.ktx.models.FSMStrategy.USER","location":"alice-ktx/com.github.alice.ktx.models/-f-s-m-strategy/-u-s-e-r/index.html","searchKeys":["USER","USER","com.github.alice.ktx.models.FSMStrategy.USER"]},{"name":"abstract fun clear()","description":"com.github.alice.ktx.state.FSMContext.clear","location":"alice-ktx/com.github.alice.ktx.state/-f-s-m-context/clear.html","searchKeys":["clear","abstract fun clear()","com.github.alice.ktx.state.FSMContext.clear"]},{"name":"abstract fun getData(): Map","description":"com.github.alice.ktx.state.FSMContext.getData","location":"alice-ktx/com.github.alice.ktx.state/-f-s-m-context/get-data.html","searchKeys":["getData","abstract fun getData(): Map","com.github.alice.ktx.state.FSMContext.getData"]},{"name":"abstract fun getData(key: String): String?","description":"com.github.alice.ktx.state.FSMContext.getData","location":"alice-ktx/com.github.alice.ktx.state/-f-s-m-context/get-data.html","searchKeys":["getData","abstract fun getData(key: String): String?","com.github.alice.ktx.state.FSMContext.getData"]},{"name":"abstract fun getState(): String?","description":"com.github.alice.ktx.state.FSMContext.getState","location":"alice-ktx/com.github.alice.ktx.state/-f-s-m-context/get-state.html","searchKeys":["getState","abstract fun getState(): String?","com.github.alice.ktx.state.FSMContext.getState"]},{"name":"abstract fun getStrategy(): FSMStrategy","description":"com.github.alice.ktx.state.FSMContext.getStrategy","location":"alice-ktx/com.github.alice.ktx.state/-f-s-m-context/get-strategy.html","searchKeys":["getStrategy","abstract fun getStrategy(): FSMStrategy","com.github.alice.ktx.state.FSMContext.getStrategy"]},{"name":"abstract fun run(listener: WebServerResponseListener)","description":"com.github.alice.ktx.server.WebServer.run","location":"alice-ktx/com.github.alice.ktx.server/-web-server/run.html","searchKeys":["run","abstract fun run(listener: WebServerResponseListener)","com.github.alice.ktx.server.WebServer.run"]},{"name":"abstract fun setData(vararg pairs: Pair)","description":"com.github.alice.ktx.state.FSMContext.setData","location":"alice-ktx/com.github.alice.ktx.state/-f-s-m-context/set-data.html","searchKeys":["setData","abstract fun setData(vararg pairs: Pair)","com.github.alice.ktx.state.FSMContext.setData"]},{"name":"abstract fun setState(key: String)","description":"com.github.alice.ktx.state.FSMContext.setState","location":"alice-ktx/com.github.alice.ktx.state/-f-s-m-context/set-state.html","searchKeys":["setState","abstract fun setState(key: String)","com.github.alice.ktx.state.FSMContext.setState"]},{"name":"abstract fun updateData(vararg pairs: Pair): Map","description":"com.github.alice.ktx.state.FSMContext.updateData","location":"alice-ktx/com.github.alice.ktx.state/-f-s-m-context/update-data.html","searchKeys":["updateData","abstract fun updateData(vararg pairs: Pair): Map","com.github.alice.ktx.state.FSMContext.updateData"]},{"name":"abstract suspend fun deleteImage(id: String): Response","description":"com.github.alice.ktx.api.dialog.DialogApi.deleteImage","location":"alice-ktx/com.github.alice.ktx.api.dialog/-dialog-api/delete-image.html","searchKeys":["deleteImage","abstract suspend fun deleteImage(id: String): Response","com.github.alice.ktx.api.dialog.DialogApi.deleteImage"]},{"name":"abstract suspend fun deleteSound(id: String): Response","description":"com.github.alice.ktx.api.dialog.DialogApi.deleteSound","location":"alice-ktx/com.github.alice.ktx.api.dialog/-dialog-api/delete-sound.html","searchKeys":["deleteSound","abstract suspend fun deleteSound(id: String): Response","com.github.alice.ktx.api.dialog.DialogApi.deleteSound"]},{"name":"abstract suspend fun event(message: MessageRequest): Boolean","description":"com.github.alice.ktx.handlers.Handler.event","location":"alice-ktx/com.github.alice.ktx.handlers/-handler/event.html","searchKeys":["event","abstract suspend fun event(message: MessageRequest): Boolean","com.github.alice.ktx.handlers.Handler.event"]},{"name":"abstract suspend fun getAllImages(): Response","description":"com.github.alice.ktx.api.dialog.DialogApi.getAllImages","location":"alice-ktx/com.github.alice.ktx.api.dialog/-dialog-api/get-all-images.html","searchKeys":["getAllImages","abstract suspend fun getAllImages(): Response","com.github.alice.ktx.api.dialog.DialogApi.getAllImages"]},{"name":"abstract suspend fun getAllSounds(): Response","description":"com.github.alice.ktx.api.dialog.DialogApi.getAllSounds","location":"alice-ktx/com.github.alice.ktx.api.dialog/-dialog-api/get-all-sounds.html","searchKeys":["getAllSounds","abstract suspend fun getAllSounds(): Response","com.github.alice.ktx.api.dialog.DialogApi.getAllSounds"]},{"name":"abstract suspend fun getStatus(): Response","description":"com.github.alice.ktx.api.dialog.DialogApi.getStatus","location":"alice-ktx/com.github.alice.ktx.api.dialog/-dialog-api/get-status.html","searchKeys":["getStatus","abstract suspend fun getStatus(): Response","com.github.alice.ktx.api.dialog.DialogApi.getStatus"]},{"name":"abstract suspend fun handle(request: MessageRequest): MessageResponse","description":"com.github.alice.ktx.handlers.Handler.handle","location":"alice-ktx/com.github.alice.ktx.handlers/-handler/handle.html","searchKeys":["handle","abstract suspend fun handle(request: MessageRequest): MessageResponse","com.github.alice.ktx.handlers.Handler.handle"]},{"name":"abstract suspend fun invoke(model: MessageRequest): MessageResponse?","description":"com.github.alice.ktx.middleware.Middleware.invoke","location":"alice-ktx/com.github.alice.ktx.middleware/-middleware/invoke.html","searchKeys":["invoke","abstract suspend fun invoke(model: MessageRequest): MessageResponse?","com.github.alice.ktx.middleware.Middleware.invoke"]},{"name":"abstract suspend fun messageHandle(model: MessageRequest): MessageResponse?","description":"com.github.alice.ktx.server.WebServerResponseListener.messageHandle","location":"alice-ktx/com.github.alice.ktx.server/-web-server-response-listener/message-handle.html","searchKeys":["messageHandle","abstract suspend fun messageHandle(model: MessageRequest): MessageResponse?","com.github.alice.ktx.server.WebServerResponseListener.messageHandle"]},{"name":"abstract suspend fun responseFailure(model: MessageRequest, throwable: Throwable): MessageResponse?","description":"com.github.alice.ktx.server.WebServerResponseListener.responseFailure","location":"alice-ktx/com.github.alice.ktx.server/-web-server-response-listener/response-failure.html","searchKeys":["responseFailure","abstract suspend fun responseFailure(model: MessageRequest, throwable: Throwable): MessageResponse?","com.github.alice.ktx.server.WebServerResponseListener.responseFailure"]},{"name":"abstract suspend fun uploadImage(file: File): Response","description":"com.github.alice.ktx.api.dialog.DialogApi.uploadImage","location":"alice-ktx/com.github.alice.ktx.api.dialog/-dialog-api/upload-image.html","searchKeys":["uploadImage","abstract suspend fun uploadImage(file: File): Response","com.github.alice.ktx.api.dialog.DialogApi.uploadImage"]},{"name":"abstract suspend fun uploadImage(url: String): Response","description":"com.github.alice.ktx.api.dialog.DialogApi.uploadImage","location":"alice-ktx/com.github.alice.ktx.api.dialog/-dialog-api/upload-image.html","searchKeys":["uploadImage","abstract suspend fun uploadImage(url: String): Response","com.github.alice.ktx.api.dialog.DialogApi.uploadImage"]},{"name":"abstract suspend fun uploadSound(file: File): Response","description":"com.github.alice.ktx.api.dialog.DialogApi.uploadSound","location":"alice-ktx/com.github.alice.ktx.api.dialog/-dialog-api/upload-sound.html","searchKeys":["uploadSound","abstract suspend fun uploadSound(file: File): Response","com.github.alice.ktx.api.dialog.DialogApi.uploadSound"]},{"name":"class AccountLinking","description":"com.github.alice.ktx.models.request.AccountLinking","location":"alice-ktx/com.github.alice.ktx.models.request/-account-linking/index.html","searchKeys":["AccountLinking","class AccountLinking","com.github.alice.ktx.models.request.AccountLinking"]},{"name":"class AuthorizationBuilder(request: Request)","description":"com.github.alice.ktx.models.response.MessageResponse.AuthorizationBuilder","location":"alice-ktx/com.github.alice.ktx.models.response/-message-response/-authorization-builder/index.html","searchKeys":["AuthorizationBuilder","class AuthorizationBuilder(request: Request)","com.github.alice.ktx.models.response.MessageResponse.AuthorizationBuilder"]},{"name":"class BaseFSMContext(message: MessageRequest, strategy: FSMStrategy) : FSMContext","description":"com.github.alice.ktx.state.BaseFSMContext","location":"alice-ktx/com.github.alice.ktx.state/-base-f-s-m-context/index.html","searchKeys":["BaseFSMContext","class BaseFSMContext(message: MessageRequest, strategy: FSMStrategy) : FSMContext","com.github.alice.ktx.state.BaseFSMContext"]},{"name":"class BigImageBuilder","description":"com.github.alice.ktx.models.card.Card.BigImageBuilder","location":"alice-ktx/com.github.alice.ktx.models.card/-card/-big-image-builder/index.html","searchKeys":["BigImageBuilder","class BigImageBuilder","com.github.alice.ktx.models.card.Card.BigImageBuilder"]},{"name":"class Builder","description":"com.github.alice.ktx.Skill.Builder","location":"alice-ktx/com.github.alice.ktx/-skill/-builder/index.html","searchKeys":["Builder","class Builder","com.github.alice.ktx.Skill.Builder"]},{"name":"class Builder","description":"com.github.alice.ktx.api.dialog.yandex.impl.KtorYandexDialogApi.Builder","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.impl/-ktor-yandex-dialog-api/-builder/index.html","searchKeys":["Builder","class Builder","com.github.alice.ktx.api.dialog.yandex.impl.KtorYandexDialogApi.Builder"]},{"name":"class Builder","description":"com.github.alice.ktx.models.audioPlayer.AudioPlayer.Builder","location":"alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player/-builder/index.html","searchKeys":["Builder","class Builder","com.github.alice.ktx.models.audioPlayer.AudioPlayer.Builder"]},{"name":"class Builder","description":"com.github.alice.ktx.models.button.Button.Builder","location":"alice-ktx/com.github.alice.ktx.models.button/-button/-builder/index.html","searchKeys":["Builder","class Builder","com.github.alice.ktx.models.button.Button.Builder"]},{"name":"class Builder","description":"com.github.alice.ktx.models.button.MediaButton.Builder","location":"alice-ktx/com.github.alice.ktx.models.button/-media-button/-builder/index.html","searchKeys":["Builder","class Builder","com.github.alice.ktx.models.button.MediaButton.Builder"]},{"name":"class Builder","description":"com.github.alice.ktx.models.card.CardFooter.Builder","location":"alice-ktx/com.github.alice.ktx.models.card/-card-footer/-builder/index.html","searchKeys":["Builder","class Builder","com.github.alice.ktx.models.card.CardFooter.Builder"]},{"name":"class Builder","description":"com.github.alice.ktx.server.impl.KtorWebServer.Builder","location":"alice-ktx/com.github.alice.ktx.server.impl/-ktor-web-server/-builder/index.html","searchKeys":["Builder","class Builder","com.github.alice.ktx.server.impl.KtorWebServer.Builder"]},{"name":"class Builder(request: Request)","description":"com.github.alice.ktx.models.response.MessageResponse.Builder","location":"alice-ktx/com.github.alice.ktx.models.response/-message-response/-builder/index.html","searchKeys":["Builder","class Builder(request: Request)","com.github.alice.ktx.models.response.MessageResponse.Builder"]},{"name":"class Dispatcher","description":"com.github.alice.ktx.Dispatcher","location":"alice-ktx/com.github.alice.ktx/-dispatcher/index.html","searchKeys":["Dispatcher","class Dispatcher","com.github.alice.ktx.Dispatcher"]},{"name":"class ImageGalleryBuilder","description":"com.github.alice.ktx.models.card.Card.ImageGalleryBuilder","location":"alice-ktx/com.github.alice.ktx.models.card/-card/-image-gallery-builder/index.html","searchKeys":["ImageGalleryBuilder","class ImageGalleryBuilder","com.github.alice.ktx.models.card.Card.ImageGalleryBuilder"]},{"name":"class ImageGalleryBuilder","description":"com.github.alice.ktx.models.card.CardItem.ImageGalleryBuilder","location":"alice-ktx/com.github.alice.ktx.models.card/-card-item/-image-gallery-builder/index.html","searchKeys":["ImageGalleryBuilder","class ImageGalleryBuilder","com.github.alice.ktx.models.card.CardItem.ImageGalleryBuilder"]},{"name":"class ItemsListBuilder","description":"com.github.alice.ktx.models.card.Card.ItemsListBuilder","location":"alice-ktx/com.github.alice.ktx.models.card/-card/-items-list-builder/index.html","searchKeys":["ItemsListBuilder","class ItemsListBuilder","com.github.alice.ktx.models.card.Card.ItemsListBuilder"]},{"name":"class ItemsListBuilder","description":"com.github.alice.ktx.models.card.CardItem.ItemsListBuilder","location":"alice-ktx/com.github.alice.ktx.models.card/-card-item/-items-list-builder/index.html","searchKeys":["ItemsListBuilder","class ItemsListBuilder","com.github.alice.ktx.models.card.CardItem.ItemsListBuilder"]},{"name":"class KtorWebServer(port: Int, path: String, json: Json, configuration: Application.() -> Unit) : WebServer","description":"com.github.alice.ktx.server.impl.KtorWebServer","location":"alice-ktx/com.github.alice.ktx.server.impl/-ktor-web-server/index.html","searchKeys":["KtorWebServer","class KtorWebServer(port: Int, path: String, json: Json, configuration: Application.() -> Unit) : WebServer","com.github.alice.ktx.server.impl.KtorWebServer"]},{"name":"class KtorYandexDialogApi(oauthToken: String, skillId: String, json: Json, configuration: HttpClientConfig.() -> Unit) : DialogApi","description":"com.github.alice.ktx.api.dialog.yandex.impl.KtorYandexDialogApi","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.impl/-ktor-yandex-dialog-api/index.html","searchKeys":["KtorYandexDialogApi","class KtorYandexDialogApi(oauthToken: String, skillId: String, json: Json, configuration: HttpClientConfig.() -> Unit) : DialogApi","com.github.alice.ktx.api.dialog.yandex.impl.KtorYandexDialogApi"]},{"name":"class Payments","description":"com.github.alice.ktx.models.request.Payments","location":"alice-ktx/com.github.alice.ktx.models.request/-payments/index.html","searchKeys":["Payments","class Payments","com.github.alice.ktx.models.request.Payments"]},{"name":"class Screen","description":"com.github.alice.ktx.models.request.Screen","location":"alice-ktx/com.github.alice.ktx.models.request/-screen/index.html","searchKeys":["Screen","class Screen","com.github.alice.ktx.models.request.Screen"]},{"name":"class Skill","description":"com.github.alice.ktx.Skill","location":"alice-ktx/com.github.alice.ktx/-skill/index.html","searchKeys":["Skill","class Skill","com.github.alice.ktx.Skill"]},{"name":"const val BASE_URL: String","description":"com.github.alice.ktx.api.common.ApiConstants.YandexDialog.BASE_URL","location":"alice-ktx/com.github.alice.ktx.api.common/-api-constants/-yandex-dialog/-b-a-s-e_-u-r-l.html","searchKeys":["BASE_URL","const val BASE_URL: String","com.github.alice.ktx.api.common.ApiConstants.YandexDialog.BASE_URL"]},{"name":"const val GET_STATUS_URL: String","description":"com.github.alice.ktx.api.common.ApiConstants.YandexDialog.GET_STATUS_URL","location":"alice-ktx/com.github.alice.ktx.api.common/-api-constants/-yandex-dialog/-g-e-t_-s-t-a-t-u-s_-u-r-l.html","searchKeys":["GET_STATUS_URL","const val GET_STATUS_URL: String","com.github.alice.ktx.api.common.ApiConstants.YandexDialog.GET_STATUS_URL"]},{"name":"constructor()","description":"com.github.alice.ktx.Skill.Builder.Builder","location":"alice-ktx/com.github.alice.ktx/-skill/-builder/-builder.html","searchKeys":["Builder","constructor()","com.github.alice.ktx.Skill.Builder.Builder"]},{"name":"constructor()","description":"com.github.alice.ktx.api.dialog.yandex.impl.KtorYandexDialogApi.Builder.Builder","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.impl/-ktor-yandex-dialog-api/-builder/-builder.html","searchKeys":["Builder","constructor()","com.github.alice.ktx.api.dialog.yandex.impl.KtorYandexDialogApi.Builder.Builder"]},{"name":"constructor()","description":"com.github.alice.ktx.models.audioPlayer.AudioPlayer.Builder.Builder","location":"alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player/-builder/-builder.html","searchKeys":["Builder","constructor()","com.github.alice.ktx.models.audioPlayer.AudioPlayer.Builder.Builder"]},{"name":"constructor()","description":"com.github.alice.ktx.models.button.Button.Builder.Builder","location":"alice-ktx/com.github.alice.ktx.models.button/-button/-builder/-builder.html","searchKeys":["Builder","constructor()","com.github.alice.ktx.models.button.Button.Builder.Builder"]},{"name":"constructor()","description":"com.github.alice.ktx.models.button.MediaButton.Builder.Builder","location":"alice-ktx/com.github.alice.ktx.models.button/-media-button/-builder/-builder.html","searchKeys":["Builder","constructor()","com.github.alice.ktx.models.button.MediaButton.Builder.Builder"]},{"name":"constructor()","description":"com.github.alice.ktx.models.card.Card.BigImageBuilder.BigImageBuilder","location":"alice-ktx/com.github.alice.ktx.models.card/-card/-big-image-builder/-big-image-builder.html","searchKeys":["BigImageBuilder","constructor()","com.github.alice.ktx.models.card.Card.BigImageBuilder.BigImageBuilder"]},{"name":"constructor()","description":"com.github.alice.ktx.models.card.Card.ImageGalleryBuilder.ImageGalleryBuilder","location":"alice-ktx/com.github.alice.ktx.models.card/-card/-image-gallery-builder/-image-gallery-builder.html","searchKeys":["ImageGalleryBuilder","constructor()","com.github.alice.ktx.models.card.Card.ImageGalleryBuilder.ImageGalleryBuilder"]},{"name":"constructor()","description":"com.github.alice.ktx.models.card.Card.ItemsListBuilder.ItemsListBuilder","location":"alice-ktx/com.github.alice.ktx.models.card/-card/-items-list-builder/-items-list-builder.html","searchKeys":["ItemsListBuilder","constructor()","com.github.alice.ktx.models.card.Card.ItemsListBuilder.ItemsListBuilder"]},{"name":"constructor()","description":"com.github.alice.ktx.models.card.CardFooter.Builder.Builder","location":"alice-ktx/com.github.alice.ktx.models.card/-card-footer/-builder/-builder.html","searchKeys":["Builder","constructor()","com.github.alice.ktx.models.card.CardFooter.Builder.Builder"]},{"name":"constructor()","description":"com.github.alice.ktx.models.card.CardItem.ImageGalleryBuilder.ImageGalleryBuilder","location":"alice-ktx/com.github.alice.ktx.models.card/-card-item/-image-gallery-builder/-image-gallery-builder.html","searchKeys":["ImageGalleryBuilder","constructor()","com.github.alice.ktx.models.card.CardItem.ImageGalleryBuilder.ImageGalleryBuilder"]},{"name":"constructor()","description":"com.github.alice.ktx.models.card.CardItem.ItemsListBuilder.ItemsListBuilder","location":"alice-ktx/com.github.alice.ktx.models.card/-card-item/-items-list-builder/-items-list-builder.html","searchKeys":["ItemsListBuilder","constructor()","com.github.alice.ktx.models.card.CardItem.ItemsListBuilder.ItemsListBuilder"]},{"name":"constructor()","description":"com.github.alice.ktx.models.request.AccountLinking.AccountLinking","location":"alice-ktx/com.github.alice.ktx.models.request/-account-linking/-account-linking.html","searchKeys":["AccountLinking","constructor()","com.github.alice.ktx.models.request.AccountLinking.AccountLinking"]},{"name":"constructor()","description":"com.github.alice.ktx.models.request.Payments.Payments","location":"alice-ktx/com.github.alice.ktx.models.request/-payments/-payments.html","searchKeys":["Payments","constructor()","com.github.alice.ktx.models.request.Payments.Payments"]},{"name":"constructor()","description":"com.github.alice.ktx.models.request.Screen.Screen","location":"alice-ktx/com.github.alice.ktx.models.request/-screen/-screen.html","searchKeys":["Screen","constructor()","com.github.alice.ktx.models.request.Screen.Screen"]},{"name":"constructor()","description":"com.github.alice.ktx.server.impl.KtorWebServer.Builder.Builder","location":"alice-ktx/com.github.alice.ktx.server.impl/-ktor-web-server/-builder/-builder.html","searchKeys":["Builder","constructor()","com.github.alice.ktx.server.impl.KtorWebServer.Builder.Builder"]},{"name":"constructor(accountLinking: AccountLinking? = null, screen: Screen? = null, payments: Payments? = null)","description":"com.github.alice.ktx.models.request.MetadataInterfaces.MetadataInterfaces","location":"alice-ktx/com.github.alice.ktx.models.request/-metadata-interfaces/-metadata-interfaces.html","searchKeys":["MetadataInterfaces","constructor(accountLinking: AccountLinking? = null, screen: Screen? = null, payments: Payments? = null)","com.github.alice.ktx.models.request.MetadataInterfaces.MetadataInterfaces"]},{"name":"constructor(applicationId: String)","description":"com.github.alice.ktx.models.request.Application.Application","location":"alice-ktx/com.github.alice.ktx.models.request/-application/-application.html","searchKeys":["Application","constructor(applicationId: String)","com.github.alice.ktx.models.request.Application.Application"]},{"name":"constructor(audioPlayer: AudioPlayer?)","description":"com.github.alice.ktx.models.response.Directives.Directives","location":"alice-ktx/com.github.alice.ktx.models.response/-directives/-directives.html","searchKeys":["Directives","constructor(audioPlayer: AudioPlayer?)","com.github.alice.ktx.models.response.Directives.Directives"]},{"name":"constructor(command: String? = null, originalUtterance: String? = null, type: RequestContentType, payload: Map? = null)","description":"com.github.alice.ktx.models.request.RequestContent.RequestContent","location":"alice-ktx/com.github.alice.ktx.models.request/-request-content/-request-content.html","searchKeys":["RequestContent","constructor(command: String? = null, originalUtterance: String? = null, type: RequestContentType, payload: Map? = null)","com.github.alice.ktx.models.request.RequestContent.RequestContent"]},{"name":"constructor(data: T)","description":"com.github.alice.ktx.api.common.Response.Success.Success","location":"alice-ktx/com.github.alice.ktx.api.common/-response/-success/-success.html","searchKeys":["Success","constructor(data: T)","com.github.alice.ktx.api.common.Response.Success.Success"]},{"name":"constructor(id: String, origUrl: String? = null, size: Int, createdAt: LocalDateTime)","description":"com.github.alice.ktx.api.dialog.yandex.models.image.Image.Image","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.models.image/-image/-image.html","searchKeys":["Image","constructor(id: String, origUrl: String? = null, size: Int, createdAt: LocalDateTime)","com.github.alice.ktx.api.dialog.yandex.models.image.Image.Image"]},{"name":"constructor(id: String, skillId: String, size: Int? = null, originalName: String, createdAt: LocalDateTime, isProcessed: Boolean, error: String? = null)","description":"com.github.alice.ktx.api.dialog.yandex.models.sounds.Sound.Sound","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.models.sounds/-sound/-sound.html","searchKeys":["Sound","constructor(id: String, skillId: String, size: Int? = null, originalName: String, createdAt: LocalDateTime, isProcessed: Boolean, error: String? = null)","com.github.alice.ktx.api.dialog.yandex.models.sounds.Sound.Sound"]},{"name":"constructor(image: Image)","description":"com.github.alice.ktx.api.dialog.yandex.models.image.response.ImageUpload.ImageUpload","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.models.image.response/-image-upload/-image-upload.html","searchKeys":["ImageUpload","constructor(image: Image)","com.github.alice.ktx.api.dialog.yandex.models.image.response.ImageUpload.ImageUpload"]},{"name":"constructor(imageId: String, title: String? = null, description: String? = null, button: MediaButton? = null)","description":"com.github.alice.ktx.models.card.CardItem.CardItem","location":"alice-ktx/com.github.alice.ktx.models.card/-card-item/-card-item.html","searchKeys":["CardItem","constructor(imageId: String, title: String? = null, description: String? = null, button: MediaButton? = null)","com.github.alice.ktx.models.card.CardItem.CardItem"]},{"name":"constructor(images: ImageStatus, sounds: SoundStatus)","description":"com.github.alice.ktx.api.dialog.yandex.models.status.Status.Status","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.models.status/-status/-status.html","searchKeys":["Status","constructor(images: ImageStatus, sounds: SoundStatus)","com.github.alice.ktx.api.dialog.yandex.models.status.Status.Status"]},{"name":"constructor(locale: String, timezone: String, clientId: String, interfaces: MetadataInterfaces)","description":"com.github.alice.ktx.models.request.Metadata.Metadata","location":"alice-ktx/com.github.alice.ktx.models.request/-metadata/-metadata.html","searchKeys":["Metadata","constructor(locale: String, timezone: String, clientId: String, interfaces: MetadataInterfaces)","com.github.alice.ktx.models.request.Metadata.Metadata"]},{"name":"constructor(message: MessageRequest, state: FSMContext)","description":"com.github.alice.ktx.models.Request.Request","location":"alice-ktx/com.github.alice.ktx.models/-request/-request.html","searchKeys":["Request","constructor(message: MessageRequest, state: FSMContext)","com.github.alice.ktx.models.Request.Request"]},{"name":"constructor(message: MessageRequest, strategy: FSMStrategy)","description":"com.github.alice.ktx.state.BaseFSMContext.BaseFSMContext","location":"alice-ktx/com.github.alice.ktx.state/-base-f-s-m-context/-base-f-s-m-context.html","searchKeys":["BaseFSMContext","constructor(message: MessageRequest, strategy: FSMStrategy)","com.github.alice.ktx.state.BaseFSMContext.BaseFSMContext"]},{"name":"constructor(message: String)","description":"com.github.alice.ktx.api.common.Response.Failed.Failed","location":"alice-ktx/com.github.alice.ktx.api.common/-response/-failed/-failed.html","searchKeys":["Failed","constructor(message: String)","com.github.alice.ktx.api.common.Response.Failed.Failed"]},{"name":"constructor(message: String)","description":"com.github.alice.ktx.api.dialog.yandex.models.error.ErrorBody.ErrorBody","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.models.error/-error-body/-error-body.html","searchKeys":["ErrorBody","constructor(message: String)","com.github.alice.ktx.api.dialog.yandex.models.error.ErrorBody.ErrorBody"]},{"name":"constructor(messageId: Int, sessionId: String, skillId: String, userId: String, user: User? = null, application: Application, new: Boolean)","description":"com.github.alice.ktx.models.request.Session.Session","location":"alice-ktx/com.github.alice.ktx.models.request/-session/-session.html","searchKeys":["Session","constructor(messageId: Int, sessionId: String, skillId: String, userId: String, user: User? = null, application: Application, new: Boolean)","com.github.alice.ktx.models.request.Session.Session"]},{"name":"constructor(meta: Metadata, version: String, session: Session, request: RequestContent, state: State? = null, accountLinkingCompleteEvent: AccountLinking? = null)","description":"com.github.alice.ktx.models.request.MessageRequest.MessageRequest","location":"alice-ktx/com.github.alice.ktx.models.request/-message-request/-message-request.html","searchKeys":["MessageRequest","constructor(meta: Metadata, version: String, session: Session, request: RequestContent, state: State? = null, accountLinkingCompleteEvent: AccountLinking? = null)","com.github.alice.ktx.models.request.MessageRequest.MessageRequest"]},{"name":"constructor(oauthToken: String, skillId: String, json: Json, configuration: HttpClientConfig.() -> Unit)","description":"com.github.alice.ktx.api.dialog.yandex.impl.KtorYandexDialogApi.KtorYandexDialogApi","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.impl/-ktor-yandex-dialog-api/-ktor-yandex-dialog-api.html","searchKeys":["KtorYandexDialogApi","constructor(oauthToken: String, skillId: String, json: Json, configuration: HttpClientConfig.() -> Unit)","com.github.alice.ktx.api.dialog.yandex.impl.KtorYandexDialogApi.KtorYandexDialogApi"]},{"name":"constructor(port: Int, path: String, json: Json, configuration: Application.() -> Unit)","description":"com.github.alice.ktx.server.impl.KtorWebServer.KtorWebServer","location":"alice-ktx/com.github.alice.ktx.server.impl/-ktor-web-server/-ktor-web-server.html","searchKeys":["KtorWebServer","constructor(port: Int, path: String, json: Json, configuration: Application.() -> Unit)","com.github.alice.ktx.server.impl.KtorWebServer.KtorWebServer"]},{"name":"constructor(quota: Quota)","description":"com.github.alice.ktx.api.dialog.yandex.models.status.ImageStatus.ImageStatus","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.models.status/-image-status/-image-status.html","searchKeys":["ImageStatus","constructor(quota: Quota)","com.github.alice.ktx.api.dialog.yandex.models.status.ImageStatus.ImageStatus"]},{"name":"constructor(quota: Quota)","description":"com.github.alice.ktx.api.dialog.yandex.models.status.SoundStatus.SoundStatus","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.models.status/-sound-status/-sound-status.html","searchKeys":["SoundStatus","constructor(quota: Quota)","com.github.alice.ktx.api.dialog.yandex.models.status.SoundStatus.SoundStatus"]},{"name":"constructor(request: Request)","description":"com.github.alice.ktx.models.response.MessageResponse.AuthorizationBuilder.AuthorizationBuilder","location":"alice-ktx/com.github.alice.ktx.models.response/-message-response/-authorization-builder/-authorization-builder.html","searchKeys":["AuthorizationBuilder","constructor(request: Request)","com.github.alice.ktx.models.response.MessageResponse.AuthorizationBuilder.AuthorizationBuilder"]},{"name":"constructor(request: Request)","description":"com.github.alice.ktx.models.response.MessageResponse.Builder.Builder","location":"alice-ktx/com.github.alice.ktx.models.response/-message-response/-builder/-builder.html","searchKeys":["Builder","constructor(request: Request)","com.github.alice.ktx.models.response.MessageResponse.Builder.Builder"]},{"name":"constructor(result: String)","description":"com.github.alice.ktx.api.dialog.yandex.models.image.response.DeleteImage.DeleteImage","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.models.image.response/-delete-image/-delete-image.html","searchKeys":["DeleteImage","constructor(result: String)","com.github.alice.ktx.api.dialog.yandex.models.image.response.DeleteImage.DeleteImage"]},{"name":"constructor(sound: Sound)","description":"com.github.alice.ktx.api.dialog.yandex.models.sounds.response.SoundUpload.SoundUpload","location":"alice-ktx/com.github.alice.ktx.api.dialog.yandex.models.sounds.response/-sound-upload/-sound-upload.html","searchKeys":["SoundUpload","constructor(sound: Sound)","com.github.alice.ktx.api.dialog.yandex.models.sounds.response.SoundUpload.SoundUpload"]},{"name":"constructor(state: String? = null, data: Map? = null)","description":"com.github.alice.ktx.models.request.StateRequest.StateRequest","location":"alice-ktx/com.github.alice.ktx.models.request/-state-request/-state-request.html","searchKeys":["StateRequest","constructor(state: String? = null, data: Map? = null)","com.github.alice.ktx.models.request.StateRequest.StateRequest"]},{"name":"constructor(state: String?, data: Map?)","description":"com.github.alice.ktx.models.response.StateResponse.StateResponse","location":"alice-ktx/com.github.alice.ktx.models.response/-state-response/-state-response.html","searchKeys":["StateResponse","constructor(state: String?, data: Map?)","com.github.alice.ktx.models.response.StateResponse.StateResponse"]},{"name":"constructor(state: String?, stateData: Map, message: MessageRequest)","description":"com.github.alice.ktx.handlers.EventMessage.EventMessage","location":"alice-ktx/com.github.alice.ktx.handlers/-event-message/-event-message.html","searchKeys":["EventMessage","constructor(state: String?, stateData: Map, message: MessageRequest)","com.github.alice.ktx.handlers.EventMessage.EventMessage"]},{"name":"constructor(stream: AudioPlayerStream, metadata: AudioPlayerMetadata? = null)","description":"com.github.alice.ktx.models.audioPlayer.AudioPlayerItem.AudioPlayerItem","location":"alice-ktx/com.github.alice.ktx.models.audioPlayer/-audio-player-item/-audio-player-item.html","searchKeys":["AudioPlayerItem","constructor(stream: AudioPlayerStream, metadata: AudioPlayerMetadata? = null)","com.github.alice.ktx.models.audioPlayer.AudioPlayerItem.AudioPlayerItem"]},{"name":"constructor(text: String)","description":"com.github.alice.ktx.models.card.CardHeader.CardHeader","location":"alice-ktx/com.github.alice.ktx.models.card/-card-header/-card-header.html","searchKeys":["CardHeader","constructor(text: String)","com.github.alice.ktx.models.card.CardHeader.CardHeader"]},{"name":"constructor(text: String, button: MediaButton? = null)","description":"com.github.alice.ktx.models.card.CardFooter.CardFooter","location":"alice-ktx/com.github.alice.ktx.models.card/-card-footer/-card-footer.html","searchKeys":["CardFooter","constructor(text: String, button: MediaButton? = null)","com.github.alice.ktx.models.card.CardFooter.CardFooter"]},{"name":"constructor(text: String, tts: String? = null, endSession: Boolean, shouldListen: Boolean? = null, buttons: List