All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.aws.sdk.kotlin.services.lexruntimev2.serde.IntentResultEventPayloadDeserializer.kt Maven / Gradle / Ivy

// Code generated by smithy-kotlin-codegen. DO NOT EDIT!

package aws.sdk.kotlin.services.lexruntimev2.serde

import aws.sdk.kotlin.services.lexruntimev2.model.IntentResultEvent
import aws.smithy.kotlin.runtime.serde.json.JsonDeserializer

internal fun deserializeIntentResultEventPayload(payload: ByteArray): IntentResultEvent {
    val deserializer = JsonDeserializer(payload)
    return deserializeIntentResultEventDocument(deserializer)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy