getIntent
Deprecated
Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
Returns information about an intent. In addition to the intent name, you must specify the intent version.
This operation requires permissions to perform the lex:GetIntent action.
Samples
// This example shows how to get information about an intent.
val resp = lexModelBuildingClient.getIntent {
name = "DocOrderPizza"
version = "$LATEST"
}Content copied to clipboard