
models.models.lex-2017-04-19-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "getBots", "getBuiltinIntents", "getBuiltinSlotTypes", "getIntents", "getSlotTypes" ]
},
"metadata" : {
"apiVersion" : "2017-04-19",
"asyncBuilder" : "DefaultLexModelBuildingAsyncClientBuilder",
"asyncBuilderInterface" : "LexModelBuildingAsyncClientBuilder",
"asyncClient" : "DefaultLexModelBuildingAsyncClient",
"asyncInterface" : "LexModelBuildingAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultLexModelBuildingBaseClientBuilder",
"baseBuilderInterface" : "LexModelBuildingBaseClientBuilder",
"baseExceptionName" : "LexModelBuildingException",
"baseRequestName" : "LexModelBuildingRequest",
"baseResponseName" : "LexModelBuildingResponse",
"cborProtocol" : false,
"clientPackageName" : "lexmodelbuilding",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon Lex Model Building Service",
"documentation" : "Amazon Lex Build-Time Actions Amazon Lex is an AWS service for building conversational voice and text interfaces. Use these actions to create, update, and delete conversational bots for new and existing client applications.
",
"endpointPrefix" : "models.lex",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.lexmodelbuilding",
"fullModelPackageName" : "software.amazon.awssdk.services.lexmodelbuilding.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.lexmodelbuilding.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.lexmodelbuilding.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.lexmodelbuilding.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "lexmodelbuilding.model",
"paginatorsPackageName" : "lexmodelbuilding.paginators",
"protocol" : "rest-json",
"requestTransformPackageName" : "lexmodelbuilding.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Lex Model Building Service",
"serviceName" : "LexModelBuilding",
"signingName" : "lex",
"syncBuilder" : "DefaultLexModelBuildingClientBuilder",
"syncBuilderInterface" : "LexModelBuildingClientBuilder",
"syncClient" : "DefaultLexModelBuildingClient",
"syncInterface" : "LexModelBuildingClient",
"transformPackageName" : "lexmodelbuilding.transform",
"uid" : "lex-models-2017-04-19",
"xmlProtocol" : false
},
"operations" : {
"CreateBotVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new version of the bot based on the $LATEST
version. If the $LATEST
version of this resource hasn't changed since you created the last version, Amazon Lex doesn't create a new version. It returns the last created version.
You can update only the $LATEST
version of the bot. You can't update the numbered versions that you create with the CreateBotVersion
operation.
When you create the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permission for the lex:CreateBotVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBotVersionRequest",
"variableName" : "createBotVersionRequest",
"variableType" : "CreateBotVersionRequest",
"documentation" : "",
"simpleType" : "CreateBotVersionRequest",
"variableSetterType" : "CreateBotVersionRequest"
},
"methodName" : "createBotVersion",
"operationName" : "CreateBotVersion",
"paginated" : false,
"returnType" : {
"returnType" : "CreateBotVersionResponse",
"documentation" : null
},
"syncReturnType" : "CreateBotVersionResponse"
},
"CreateIntentVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new version of an intent based on the $LATEST
version of the intent. If the $LATEST
version of this intent hasn't changed since you last updated it, Amazon Lex doesn't create a new version. It returns the last version you created.
You can update only the $LATEST
version of the intent. You can't update the numbered versions that you create with the CreateIntentVersion
operation.
When you create a version of an intent, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permissions to perform the lex:CreateIntentVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateIntentVersionRequest",
"variableName" : "createIntentVersionRequest",
"variableType" : "CreateIntentVersionRequest",
"documentation" : "",
"simpleType" : "CreateIntentVersionRequest",
"variableSetterType" : "CreateIntentVersionRequest"
},
"methodName" : "createIntentVersion",
"operationName" : "CreateIntentVersion",
"paginated" : false,
"returnType" : {
"returnType" : "CreateIntentVersionResponse",
"documentation" : null
},
"syncReturnType" : "CreateIntentVersionResponse"
},
"CreateSlotTypeVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new version of a slot type based on the $LATEST
version of the specified slot type. If the $LATEST
version of this resource has not changed since the last version that you created, Amazon Lex doesn't create a new version. It returns the last version that you created.
You can update only the $LATEST
version of a slot type. You can't update the numbered versions that you create with the CreateSlotTypeVersion
operation.
When you create a version of a slot type, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permissions for the lex:CreateSlotTypeVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSlotTypeVersionRequest",
"variableName" : "createSlotTypeVersionRequest",
"variableType" : "CreateSlotTypeVersionRequest",
"documentation" : "",
"simpleType" : "CreateSlotTypeVersionRequest",
"variableSetterType" : "CreateSlotTypeVersionRequest"
},
"methodName" : "createSlotTypeVersion",
"operationName" : "CreateSlotTypeVersion",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSlotTypeVersionResponse",
"documentation" : null
},
"syncReturnType" : "CreateSlotTypeVersionResponse"
},
"DeleteBot" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes all versions of the bot, including the $LATEST
version. To delete a specific version of the bot, use the DeleteBotVersion operation.
If a bot has an alias, you can't delete it. Instead, the DeleteBot
operation returns a ResourceInUseException
exception that includes a reference to the alias that refers to the bot. To remove the reference to the bot, delete the alias. If you get the same exception again, delete the referring alias until the DeleteBot
operation is successful.
This operation requires permissions for the lex:DeleteBot
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBotRequest",
"variableName" : "deleteBotRequest",
"variableType" : "DeleteBotRequest",
"documentation" : "",
"simpleType" : "DeleteBotRequest",
"variableSetterType" : "DeleteBotRequest"
},
"methodName" : "deleteBot",
"operationName" : "DeleteBot",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBotResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBotResponse"
},
"DeleteBotAlias" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an alias for the specified bot.
You can't delete an alias that is used in the association between a bot and a messaging channel. If an alias is used in a channel association, the DeleteBot
operation returns a ResourceInUseException
exception that includes a reference to the channel association that refers to the bot. You can remove the reference to the alias by deleting the channel association. If you get the same exception again, delete the referring association until the DeleteBotAlias
operation is successful.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBotAliasRequest",
"variableName" : "deleteBotAliasRequest",
"variableType" : "DeleteBotAliasRequest",
"documentation" : "",
"simpleType" : "DeleteBotAliasRequest",
"variableSetterType" : "DeleteBotAliasRequest"
},
"methodName" : "deleteBotAlias",
"operationName" : "DeleteBotAlias",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBotAliasResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBotAliasResponse"
},
"DeleteBotChannelAssociation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the association between an Amazon Lex bot and a messaging platform.
This operation requires permission for the lex:DeleteBotChannelAssociation
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBotChannelAssociationRequest",
"variableName" : "deleteBotChannelAssociationRequest",
"variableType" : "DeleteBotChannelAssociationRequest",
"documentation" : "",
"simpleType" : "DeleteBotChannelAssociationRequest",
"variableSetterType" : "DeleteBotChannelAssociationRequest"
},
"methodName" : "deleteBotChannelAssociation",
"operationName" : "DeleteBotChannelAssociation",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBotChannelAssociationResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBotChannelAssociationResponse"
},
"DeleteBotVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation.
This operation requires permissions for the lex:DeleteBotVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBotVersionRequest",
"variableName" : "deleteBotVersionRequest",
"variableType" : "DeleteBotVersionRequest",
"documentation" : "",
"simpleType" : "DeleteBotVersionRequest",
"variableSetterType" : "DeleteBotVersionRequest"
},
"methodName" : "deleteBotVersion",
"operationName" : "DeleteBotVersion",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBotVersionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBotVersionResponse"
},
"DeleteIntent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes all versions of the intent, including the $LATEST
version. To delete a specific version of the intent, use the DeleteIntentVersion operation.
You can delete a version of an intent only if it is not referenced. To delete an intent that is referred to in one or more bots (see how-it-works), you must remove those references first.
If you get the ResourceInUseException
exception, it provides an example reference that shows where the intent is referenced. To remove the reference to the intent, either update the bot or delete it. If you get the same exception when you attempt to delete the intent again, repeat until the intent has no references and the call to DeleteIntent
is successful.
This operation requires permission for the lex:DeleteIntent
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteIntentRequest",
"variableName" : "deleteIntentRequest",
"variableType" : "DeleteIntentRequest",
"documentation" : "",
"simpleType" : "DeleteIntentRequest",
"variableSetterType" : "DeleteIntentRequest"
},
"methodName" : "deleteIntent",
"operationName" : "DeleteIntent",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteIntentResponse",
"documentation" : null
},
"syncReturnType" : "DeleteIntentResponse"
},
"DeleteIntentVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a specific version of an intent. To delete all versions of a intent, use the DeleteIntent operation.
This operation requires permissions for the lex:DeleteIntentVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteIntentVersionRequest",
"variableName" : "deleteIntentVersionRequest",
"variableType" : "DeleteIntentVersionRequest",
"documentation" : "",
"simpleType" : "DeleteIntentVersionRequest",
"variableSetterType" : "DeleteIntentVersionRequest"
},
"methodName" : "deleteIntentVersion",
"operationName" : "DeleteIntentVersion",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteIntentVersionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteIntentVersionResponse"
},
"DeleteSlotType" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes all versions of the slot type, including the $LATEST
version. To delete a specific version of the slot type, use the DeleteSlotTypeVersion operation.
You can delete a version of a slot type only if it is not referenced. To delete a slot type that is referred to in one or more intents, you must remove those references first.
If you get the ResourceInUseException
exception, the exception provides an example reference that shows the intent where the slot type is referenced. To remove the reference to the slot type, either update the intent or delete it. If you get the same exception when you attempt to delete the slot type again, repeat until the slot type has no references and the DeleteSlotType
call is successful.
This operation requires permission for the lex:DeleteSlotType
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSlotTypeRequest",
"variableName" : "deleteSlotTypeRequest",
"variableType" : "DeleteSlotTypeRequest",
"documentation" : "",
"simpleType" : "DeleteSlotTypeRequest",
"variableSetterType" : "DeleteSlotTypeRequest"
},
"methodName" : "deleteSlotType",
"operationName" : "DeleteSlotType",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSlotTypeResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSlotTypeResponse"
},
"DeleteSlotTypeVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a specific version of a slot type. To delete all versions of a slot type, use the DeleteSlotType operation.
This operation requires permissions for the lex:DeleteSlotTypeVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSlotTypeVersionRequest",
"variableName" : "deleteSlotTypeVersionRequest",
"variableType" : "DeleteSlotTypeVersionRequest",
"documentation" : "",
"simpleType" : "DeleteSlotTypeVersionRequest",
"variableSetterType" : "DeleteSlotTypeVersionRequest"
},
"methodName" : "deleteSlotTypeVersion",
"operationName" : "DeleteSlotTypeVersion",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSlotTypeVersionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSlotTypeVersionResponse"
},
"DeleteUtterances" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes stored utterances.
Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the GetUtterancesView operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.
Use the DeleteStoredUtterances
operation to manually delete stored utterances for a specific user.
This operation requires permissions for the lex:DeleteUtterances
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteUtterancesRequest",
"variableName" : "deleteUtterancesRequest",
"variableType" : "DeleteUtterancesRequest",
"documentation" : "",
"simpleType" : "DeleteUtterancesRequest",
"variableSetterType" : "DeleteUtterancesRequest"
},
"methodName" : "deleteUtterances",
"operationName" : "DeleteUtterances",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteUtterancesResponse",
"documentation" : null
},
"syncReturnType" : "DeleteUtterancesResponse"
},
"GetBot" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata information for a specific bot. You must provide the bot name and the bot version or alias.
This operation requires permissions for the lex:GetBot
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotRequest",
"variableName" : "getBotRequest",
"variableType" : "GetBotRequest",
"documentation" : "",
"simpleType" : "GetBotRequest",
"variableSetterType" : "GetBotRequest"
},
"methodName" : "getBot",
"operationName" : "GetBot",
"paginated" : false,
"returnType" : {
"returnType" : "GetBotResponse",
"documentation" : null
},
"syncReturnType" : "GetBotResponse"
},
"GetBotAlias" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the lex:GetBotAlias
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotAliasRequest",
"variableName" : "getBotAliasRequest",
"variableType" : "GetBotAliasRequest",
"documentation" : "",
"simpleType" : "GetBotAliasRequest",
"variableSetterType" : "GetBotAliasRequest"
},
"methodName" : "getBotAlias",
"operationName" : "GetBotAlias",
"paginated" : false,
"returnType" : {
"returnType" : "GetBotAliasResponse",
"documentation" : null
},
"syncReturnType" : "GetBotAliasResponse"
},
"GetBotAliases" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of aliases for a specified Amazon Lex bot.
This operation requires permissions for the lex:GetBotAliases
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotAliasesRequest",
"variableName" : "getBotAliasesRequest",
"variableType" : "GetBotAliasesRequest",
"documentation" : "",
"simpleType" : "GetBotAliasesRequest",
"variableSetterType" : "GetBotAliasesRequest"
},
"methodName" : "getBotAliases",
"operationName" : "GetBotAliases",
"paginated" : true,
"returnType" : {
"returnType" : "GetBotAliasesResponse",
"documentation" : null
},
"syncReturnType" : "GetBotAliasesResponse"
},
"GetBotChannelAssociation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the association between an Amazon Lex bot and a messaging platform.
This operation requires permissions for the lex:GetBotChannelAssociation
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotChannelAssociationRequest",
"variableName" : "getBotChannelAssociationRequest",
"variableType" : "GetBotChannelAssociationRequest",
"documentation" : "",
"simpleType" : "GetBotChannelAssociationRequest",
"variableSetterType" : "GetBotChannelAssociationRequest"
},
"methodName" : "getBotChannelAssociation",
"operationName" : "GetBotChannelAssociation",
"paginated" : false,
"returnType" : {
"returnType" : "GetBotChannelAssociationResponse",
"documentation" : null
},
"syncReturnType" : "GetBotChannelAssociationResponse"
},
"GetBotChannelAssociations" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns a list of all of the channels associated with the specified bot.
The GetBotChannelAssociations
operation requires permissions for the lex:GetBotChannelAssociations
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotChannelAssociationsRequest",
"variableName" : "getBotChannelAssociationsRequest",
"variableType" : "GetBotChannelAssociationsRequest",
"documentation" : "",
"simpleType" : "GetBotChannelAssociationsRequest",
"variableSetterType" : "GetBotChannelAssociationsRequest"
},
"methodName" : "getBotChannelAssociations",
"operationName" : "GetBotChannelAssociations",
"paginated" : true,
"returnType" : {
"returnType" : "GetBotChannelAssociationsResponse",
"documentation" : null
},
"syncReturnType" : "GetBotChannelAssociationsResponse"
},
"GetBotVersions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about all of the versions of a bot.
The GetBotVersions
operation returns a BotMetadata
object for each version of a bot. For example, if a bot has three numbered versions, the GetBotVersions
operation returns four BotMetadata
objects in the response, one for each numbered version and one for the $LATEST
version.
The GetBotVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetBotVersions
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotVersionsRequest",
"variableName" : "getBotVersionsRequest",
"variableType" : "GetBotVersionsRequest",
"documentation" : "",
"simpleType" : "GetBotVersionsRequest",
"variableSetterType" : "GetBotVersionsRequest"
},
"methodName" : "getBotVersions",
"operationName" : "GetBotVersions",
"paginated" : true,
"returnType" : {
"returnType" : "GetBotVersionsResponse",
"documentation" : null
},
"syncReturnType" : "GetBotVersionsResponse"
},
"GetBots" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns bot information as follows:
-
If you provide the nameContains
field, the response includes information for the $LATEST
version of all bots whose name contains the specified string.
-
If you don't specify the nameContains
field, the operation returns information about the $LATEST
version of all of your bots.
This operation requires permission for the lex:GetBots
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotsRequest",
"variableName" : "getBotsRequest",
"variableType" : "GetBotsRequest",
"documentation" : "",
"simpleType" : "GetBotsRequest",
"variableSetterType" : "GetBotsRequest"
},
"methodName" : "getBots",
"operationName" : "GetBots",
"paginated" : true,
"returnType" : {
"returnType" : "GetBotsResponse",
"documentation" : null
},
"syncReturnType" : "GetBotsResponse"
},
"GetBuiltinIntent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a built-in intent.
This operation requires permission for the lex:GetBuiltinIntent
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBuiltinIntentRequest",
"variableName" : "getBuiltinIntentRequest",
"variableType" : "GetBuiltinIntentRequest",
"documentation" : "",
"simpleType" : "GetBuiltinIntentRequest",
"variableSetterType" : "GetBuiltinIntentRequest"
},
"methodName" : "getBuiltinIntent",
"operationName" : "GetBuiltinIntent",
"paginated" : false,
"returnType" : {
"returnType" : "GetBuiltinIntentResponse",
"documentation" : null
},
"syncReturnType" : "GetBuiltinIntentResponse"
},
"GetBuiltinIntents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a list of built-in intents that meet the specified criteria.
This operation requires permission for the lex:GetBuiltinIntents
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBuiltinIntentsRequest",
"variableName" : "getBuiltinIntentsRequest",
"variableType" : "GetBuiltinIntentsRequest",
"documentation" : "",
"simpleType" : "GetBuiltinIntentsRequest",
"variableSetterType" : "GetBuiltinIntentsRequest"
},
"methodName" : "getBuiltinIntents",
"operationName" : "GetBuiltinIntents",
"paginated" : true,
"returnType" : {
"returnType" : "GetBuiltinIntentsResponse",
"documentation" : null
},
"syncReturnType" : "GetBuiltinIntentsResponse"
},
"GetBuiltinSlotTypes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a list of built-in slot types that meet the specified criteria.
For a list of built-in slot types, see Slot Type Reference in the Alexa Skills Kit.
This operation requires permission for the lex:GetBuiltInSlotTypes
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBuiltinSlotTypesRequest",
"variableName" : "getBuiltinSlotTypesRequest",
"variableType" : "GetBuiltinSlotTypesRequest",
"documentation" : "",
"simpleType" : "GetBuiltinSlotTypesRequest",
"variableSetterType" : "GetBuiltinSlotTypesRequest"
},
"methodName" : "getBuiltinSlotTypes",
"operationName" : "GetBuiltinSlotTypes",
"paginated" : true,
"returnType" : {
"returnType" : "GetBuiltinSlotTypesResponse",
"documentation" : null
},
"syncReturnType" : "GetBuiltinSlotTypesResponse"
},
"GetExport" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Exports the contents of a Amazon Lex resource in a specified format.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetExportRequest",
"variableName" : "getExportRequest",
"variableType" : "GetExportRequest",
"documentation" : "",
"simpleType" : "GetExportRequest",
"variableSetterType" : "GetExportRequest"
},
"methodName" : "getExport",
"operationName" : "GetExport",
"paginated" : false,
"returnType" : {
"returnType" : "GetExportResponse",
"documentation" : null
},
"syncReturnType" : "GetExportResponse"
},
"GetImport" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about an import job started with the StartImport
operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetImportRequest",
"variableName" : "getImportRequest",
"variableType" : "GetImportRequest",
"documentation" : "",
"simpleType" : "GetImportRequest",
"variableSetterType" : "GetImportRequest"
},
"methodName" : "getImport",
"operationName" : "GetImport",
"paginated" : false,
"returnType" : {
"returnType" : "GetImportResponse",
"documentation" : null
},
"syncReturnType" : "GetImportResponse"
},
"GetIntent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " 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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIntentRequest",
"variableName" : "getIntentRequest",
"variableType" : "GetIntentRequest",
"documentation" : "",
"simpleType" : "GetIntentRequest",
"variableSetterType" : "GetIntentRequest"
},
"methodName" : "getIntent",
"operationName" : "GetIntent",
"paginated" : false,
"returnType" : {
"returnType" : "GetIntentResponse",
"documentation" : null
},
"syncReturnType" : "GetIntentResponse"
},
"GetIntentVersions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about all of the versions of an intent.
The GetIntentVersions
operation returns an IntentMetadata
object for each version of an intent. For example, if an intent has three numbered versions, the GetIntentVersions
operation returns four IntentMetadata
objects in the response, one for each numbered version and one for the $LATEST
version.
The GetIntentVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetIntentVersions
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIntentVersionsRequest",
"variableName" : "getIntentVersionsRequest",
"variableType" : "GetIntentVersionsRequest",
"documentation" : "",
"simpleType" : "GetIntentVersionsRequest",
"variableSetterType" : "GetIntentVersionsRequest"
},
"methodName" : "getIntentVersions",
"operationName" : "GetIntentVersions",
"paginated" : true,
"returnType" : {
"returnType" : "GetIntentVersionsResponse",
"documentation" : null
},
"syncReturnType" : "GetIntentVersionsResponse"
},
"GetIntents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns intent information as follows:
-
If you specify the nameContains
field, returns the $LATEST
version of all intents that contain the specified string.
-
If you don't specify the nameContains
field, returns information about the $LATEST
version of all intents.
The operation requires permission for the lex:GetIntents
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIntentsRequest",
"variableName" : "getIntentsRequest",
"variableType" : "GetIntentsRequest",
"documentation" : "",
"simpleType" : "GetIntentsRequest",
"variableSetterType" : "GetIntentsRequest"
},
"methodName" : "getIntents",
"operationName" : "GetIntents",
"paginated" : true,
"returnType" : {
"returnType" : "GetIntentsResponse",
"documentation" : null
},
"syncReturnType" : "GetIntentsResponse"
},
"GetSlotType" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a specific version of a slot type. In addition to specifying the slot type name, you must specify the slot type version.
This operation requires permissions for the lex:GetSlotType
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSlotTypeRequest",
"variableName" : "getSlotTypeRequest",
"variableType" : "GetSlotTypeRequest",
"documentation" : "",
"simpleType" : "GetSlotTypeRequest",
"variableSetterType" : "GetSlotTypeRequest"
},
"methodName" : "getSlotType",
"operationName" : "GetSlotType",
"paginated" : false,
"returnType" : {
"returnType" : "GetSlotTypeResponse",
"documentation" : null
},
"syncReturnType" : "GetSlotTypeResponse"
},
"GetSlotTypeVersions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about all versions of a slot type.
The GetSlotTypeVersions
operation returns a SlotTypeMetadata
object for each version of a slot type. For example, if a slot type has three numbered versions, the GetSlotTypeVersions
operation returns four SlotTypeMetadata
objects in the response, one for each numbered version and one for the $LATEST
version.
The GetSlotTypeVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetSlotTypeVersions
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSlotTypeVersionsRequest",
"variableName" : "getSlotTypeVersionsRequest",
"variableType" : "GetSlotTypeVersionsRequest",
"documentation" : "",
"simpleType" : "GetSlotTypeVersionsRequest",
"variableSetterType" : "GetSlotTypeVersionsRequest"
},
"methodName" : "getSlotTypeVersions",
"operationName" : "GetSlotTypeVersions",
"paginated" : true,
"returnType" : {
"returnType" : "GetSlotTypeVersionsResponse",
"documentation" : null
},
"syncReturnType" : "GetSlotTypeVersionsResponse"
},
"GetSlotTypes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns slot type information as follows:
-
If you specify the nameContains
field, returns the $LATEST
version of all slot types that contain the specified string.
-
If you don't specify the nameContains
field, returns information about the $LATEST
version of all slot types.
The operation requires permission for the lex:GetSlotTypes
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSlotTypesRequest",
"variableName" : "getSlotTypesRequest",
"variableType" : "GetSlotTypesRequest",
"documentation" : "",
"simpleType" : "GetSlotTypesRequest",
"variableSetterType" : "GetSlotTypesRequest"
},
"methodName" : "getSlotTypes",
"operationName" : "GetSlotTypes",
"paginated" : true,
"returnType" : {
"returnType" : "GetSlotTypesResponse",
"documentation" : null
},
"syncReturnType" : "GetSlotTypesResponse"
},
"GetUtterancesView" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Use the GetUtterancesView
operation to get information about the utterances that your users have made to your bot. You can use this list to tune the utterances that your bot responds to.
For example, say that you have created a bot to order flowers. After your users have used your bot for a while, use the GetUtterancesView
operation to see the requests that they have made and whether they have been successful. You might find that the utterance \"I want flowers\" is not being recognized. You could add this utterance to the OrderFlowers
intent so that your bot recognizes that utterance.
After you publish a new version of a bot, you can get information about the old version and the new so that you can compare the performance across the two versions.
Utterance statistics are generated once a day. Data is available for the last 15 days. You can request information for up to 5 versions in each request. The response contains information about a maximum of 100 utterances for each version.
This operation requires permissions for the lex:GetUtterancesView
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetUtterancesViewRequest",
"variableName" : "getUtterancesViewRequest",
"variableType" : "GetUtterancesViewRequest",
"documentation" : "",
"simpleType" : "GetUtterancesViewRequest",
"variableSetterType" : "GetUtterancesViewRequest"
},
"methodName" : "getUtterancesView",
"operationName" : "GetUtterancesView",
"paginated" : false,
"returnType" : {
"returnType" : "GetUtterancesViewResponse",
"documentation" : null
},
"syncReturnType" : "GetUtterancesViewResponse"
},
"PutBot" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an Amazon Lex conversational bot or replaces an existing bot. When you create or update a bot you are only required to specify a name, a locale, and whether the bot is directed toward children under age 13. You can use this to add intents later, or to remove intents from an existing bot. When you create a bot with the minimum information, the bot is created or updated but Amazon Lex returns the
response FAILED
. You can build the bot after you add one or more intents. For more information about Amazon Lex bots, see how-it-works.
If you specify the name of an existing bot, the fields in the request replace the existing values in the $LATEST
version of the bot. Amazon Lex removes any fields that you don't provide values for in the request, except for the idleTTLInSeconds
and privacySettings
fields, which are set to their default values. If you don't specify values for required fields, Amazon Lex throws an exception.
This operation requires permissions for the lex:PutBot
action. For more information, see auth-and-access-control.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutBotRequest",
"variableName" : "putBotRequest",
"variableType" : "PutBotRequest",
"documentation" : "",
"simpleType" : "PutBotRequest",
"variableSetterType" : "PutBotRequest"
},
"methodName" : "putBot",
"operationName" : "PutBot",
"paginated" : false,
"returnType" : {
"returnType" : "PutBotResponse",
"documentation" : null
},
"syncReturnType" : "PutBotResponse"
},
"PutBotAlias" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an alias for the specified version of the bot or replaces an alias for the specified bot. To change the version of the bot that the alias points to, replace the alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the lex:PutBotAlias
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutBotAliasRequest",
"variableName" : "putBotAliasRequest",
"variableType" : "PutBotAliasRequest",
"documentation" : "",
"simpleType" : "PutBotAliasRequest",
"variableSetterType" : "PutBotAliasRequest"
},
"methodName" : "putBotAlias",
"operationName" : "PutBotAlias",
"paginated" : false,
"returnType" : {
"returnType" : "PutBotAliasResponse",
"documentation" : null
},
"syncReturnType" : "PutBotAliasResponse"
},
"PutIntent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an intent or replaces an existing intent.
To define the interaction between the user and your bot, you use one or more intents. For a pizza ordering bot, for example, you would create an OrderPizza
intent.
To create an intent or replace an existing intent, you must provide the following:
-
Intent name. For example, OrderPizza
.
-
Sample utterances. For example, \"Can I order a pizza, please.\" and \"I want to order a pizza.\"
-
Information to be gathered. You specify slot types for the information that your bot will request from the user. You can specify standard slot types, such as a date or a time, or custom slot types such as the size and crust of a pizza.
-
How the intent will be fulfilled. You can provide a Lambda function or configure the intent to return the intent information to the client application. If you use a Lambda function, when all of the intent information is available, Amazon Lex invokes your Lambda function. If you configure your intent to return the intent information to the client application.
You can specify other optional information in the request, such as:
-
A confirmation prompt to ask the user to confirm an intent. For example, \"Shall I order your pizza?\"
-
A conclusion statement to send to the user after the intent has been fulfilled. For example, \"I placed your pizza order.\"
-
A follow-up prompt that asks the user for additional activity. For example, asking \"Do you want to order a drink with your pizza?\"
If you specify an existing intent name to update the intent, Amazon Lex replaces the values in the $LATEST
version of the intent with the values in the request. Amazon Lex removes fields that you don't provide in the request. If you don't specify the required fields, Amazon Lex throws an exception. When you update the $LATEST
version of an intent, the status
field of any bot that uses the $LATEST
version of the intent is set to NOT_BUILT
.
For more information, see how-it-works.
This operation requires permissions for the lex:PutIntent
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutIntentRequest",
"variableName" : "putIntentRequest",
"variableType" : "PutIntentRequest",
"documentation" : "",
"simpleType" : "PutIntentRequest",
"variableSetterType" : "PutIntentRequest"
},
"methodName" : "putIntent",
"operationName" : "PutIntent",
"paginated" : false,
"returnType" : {
"returnType" : "PutIntentResponse",
"documentation" : null
},
"syncReturnType" : "PutIntentResponse"
},
"PutSlotType" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a custom slot type or replaces an existing custom slot type.
To create a custom slot type, specify a name for the slot type and a set of enumeration values, which are the values that a slot of this type can assume. For more information, see how-it-works.
If you specify the name of an existing slot type, the fields in the request replace the existing values in the $LATEST
version of the slot type. Amazon Lex removes the fields that you don't provide in the request. If you don't specify required fields, Amazon Lex throws an exception. When you update the $LATEST
version of a slot type, if a bot uses the $LATEST
version of an intent that contains the slot type, the bot's status
field is set to NOT_BUILT
.
This operation requires permissions for the lex:PutSlotType
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutSlotTypeRequest",
"variableName" : "putSlotTypeRequest",
"variableType" : "PutSlotTypeRequest",
"documentation" : "",
"simpleType" : "PutSlotTypeRequest",
"variableSetterType" : "PutSlotTypeRequest"
},
"methodName" : "putSlotType",
"operationName" : "PutSlotType",
"paginated" : false,
"returnType" : {
"returnType" : "PutSlotTypeResponse",
"documentation" : null
},
"syncReturnType" : "PutSlotTypeResponse"
},
"StartImport" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts a job to import a resource to Amazon Lex.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartImportRequest",
"variableName" : "startImportRequest",
"variableType" : "StartImportRequest",
"documentation" : "",
"simpleType" : "StartImportRequest",
"variableSetterType" : "StartImportRequest"
},
"methodName" : "startImport",
"operationName" : "StartImport",
"paginated" : false,
"returnType" : {
"returnType" : "StartImportResponse",
"documentation" : null
},
"syncReturnType" : "StartImportResponse"
}
},
"shapes" : {
"BadRequestException" : {
"c2jName" : "BadRequestException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "BadRequestException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BadRequestException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BadRequestException",
"variableName" : "badRequestException",
"variableType" : "BadRequestException",
"documentation" : null,
"simpleType" : "BadRequestException",
"variableSetterType" : "BadRequestException"
},
"wrapper" : false
},
"BotAliasMetadata" : {
"c2jName" : "BotAliasMetadata",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a bot alias.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot alias.
\n@return The name of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot alias.
\n@return A description of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBotVersion",
"beanStyleSetterMethodName" : "setBotVersion",
"c2jName" : "botVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botVersion(String)}.\n@param botVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botVersion(String)",
"deprecated" : false,
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botVersion",
"fluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botVersion",
"getterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@return The version of the Amazon Lex bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.",
"setterMethodName" : "setBotVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"documentation" : "The name of the bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the bot to which the alias points.
\n@return The name of the bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@return The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot alias was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot alias was created.
\n@return The date that the bot alias was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Checksum of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum of the bot alias.
\n@return Checksum of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BotName" : {
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"documentation" : "The name of the bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the bot to which the alias points.
\n@return The name of the bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"BotVersion" : {
"beanStyleGetterMethodName" : "getBotVersion",
"beanStyleSetterMethodName" : "setBotVersion",
"c2jName" : "botVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botVersion(String)}.\n@param botVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botVersion(String)",
"deprecated" : false,
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botVersion",
"fluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botVersion",
"getterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@return The version of the Amazon Lex bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.",
"setterMethodName" : "setBotVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Checksum" : {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Checksum of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum of the bot alias.
\n@return Checksum of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreatedDate" : {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot alias was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot alias was created.
\n@return The date that the bot alias was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot alias.
\n@return A description of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastUpdatedDate" : {
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@return The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot alias.
\n@return The name of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot alias.
\n@return The name of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot alias.
\n@return A description of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBotVersion",
"beanStyleSetterMethodName" : "setBotVersion",
"c2jName" : "botVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botVersion(String)}.\n@param botVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botVersion(String)",
"deprecated" : false,
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botVersion",
"fluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botVersion",
"getterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@return The version of the Amazon Lex bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.",
"setterMethodName" : "setBotVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"documentation" : "The name of the bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the bot to which the alias points.
\n@return The name of the bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@return The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot alias was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot alias was created.
\n@return The date that the bot alias was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Checksum of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum of the bot alias.
\n@return Checksum of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BotAliasMetadata",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BotAliasMetadata",
"variableName" : "botAliasMetadata",
"variableType" : "BotAliasMetadata",
"documentation" : null,
"simpleType" : "BotAliasMetadata",
"variableSetterType" : "BotAliasMetadata"
},
"wrapper" : false
},
"BotChannelAssociation" : {
"c2jName" : "BotChannelAssociation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents an association between an Amazon Lex bot and an external messaging platform.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the association between the bot and the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the association between the bot and the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the association between the bot and the channel.
\n@return The name of the association between the bot and the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the association between the bot and the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A text description of the association you are creating.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A text description of the association you are creating.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A text description of the association you are creating.
\n@return A text description of the association you are creating.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A text description of the association you are creating.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBotAlias",
"beanStyleSetterMethodName" : "setBotAlias",
"c2jName" : "botAlias",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botAlias(String)}.\n@param botAlias a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botAlias(String)",
"deprecated" : false,
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botAlias",
"fluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botAlias",
"getterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@return An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botAlias",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botAlias",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotAlias",
"sensitive" : false,
"setterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"setterMethodName" : "setBotAlias",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@return The date that the association between the Amazon Lex bot and the channel was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTypeAsString",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "type",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"documentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBotConfiguration",
"beanStyleSetterMethodName" : "setBotConfiguration",
"c2jName" : "botConfiguration",
"c2jShape" : "ChannelConfigurationMap",
"defaultConsumerFluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #botConfiguration(Map)}.\n@param botConfiguration a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botConfiguration(Map)",
"deprecated" : false,
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botConfiguration",
"fluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botConfiguration",
"getterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Provides information necessary to communicate with the messaging platform.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "BotConfiguration",
"sensitive" : true,
"setterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.",
"setterMethodName" : "setBotConfiguration",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BotAlias" : {
"beanStyleGetterMethodName" : "getBotAlias",
"beanStyleSetterMethodName" : "setBotAlias",
"c2jName" : "botAlias",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botAlias(String)}.\n@param botAlias a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botAlias(String)",
"deprecated" : false,
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botAlias",
"fluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botAlias",
"getterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@return An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botAlias",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botAlias",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotAlias",
"sensitive" : false,
"setterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"setterMethodName" : "setBotAlias",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"BotConfiguration" : {
"beanStyleGetterMethodName" : "getBotConfiguration",
"beanStyleSetterMethodName" : "setBotConfiguration",
"c2jName" : "botConfiguration",
"c2jShape" : "ChannelConfigurationMap",
"defaultConsumerFluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #botConfiguration(Map)}.\n@param botConfiguration a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botConfiguration(Map)",
"deprecated" : false,
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botConfiguration",
"fluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botConfiguration",
"getterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Provides information necessary to communicate with the messaging platform.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "BotConfiguration",
"sensitive" : true,
"setterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.",
"setterMethodName" : "setBotConfiguration",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"BotName" : {
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreatedDate" : {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@return The date that the association between the Amazon Lex bot and the channel was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A text description of the association you are creating.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A text description of the association you are creating.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A text description of the association you are creating.
\n@return A text description of the association you are creating.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A text description of the association you are creating.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the association between the bot and the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the association between the bot and the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the association between the bot and the channel.
\n@return The name of the association between the bot and the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the association between the bot and the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"beanStyleGetterMethodName" : "getTypeAsString",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "type",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"documentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the association between the bot and the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the association between the bot and the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the association between the bot and the channel.
\n@return The name of the association between the bot and the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the association between the bot and the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A text description of the association you are creating.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A text description of the association you are creating.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A text description of the association you are creating.
\n@return A text description of the association you are creating.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A text description of the association you are creating.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBotAlias",
"beanStyleSetterMethodName" : "setBotAlias",
"c2jName" : "botAlias",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botAlias(String)}.\n@param botAlias a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botAlias(String)",
"deprecated" : false,
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botAlias",
"fluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botAlias",
"getterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@return An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botAlias",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botAlias",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotAlias",
"sensitive" : false,
"setterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"setterMethodName" : "setBotAlias",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@return The date that the association between the Amazon Lex bot and the channel was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTypeAsString",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "type",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"documentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBotConfiguration",
"beanStyleSetterMethodName" : "setBotConfiguration",
"c2jName" : "botConfiguration",
"c2jShape" : "ChannelConfigurationMap",
"defaultConsumerFluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #botConfiguration(Map)}.\n@param botConfiguration a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botConfiguration(Map)",
"deprecated" : false,
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botConfiguration",
"fluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botConfiguration",
"getterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Provides information necessary to communicate with the messaging platform.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "BotConfiguration",
"sensitive" : true,
"setterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.",
"setterMethodName" : "setBotConfiguration",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BotChannelAssociation",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BotChannelAssociation",
"variableName" : "botChannelAssociation",
"variableType" : "BotChannelAssociation",
"documentation" : null,
"simpleType" : "BotChannelAssociation",
"variableSetterType" : "BotChannelAssociation"
},
"wrapper" : false
},
"BotMetadata" : {
"c2jName" : "BotMetadata",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a bot. .
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot.
\n@return The name of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot.
\n@param name The name of the bot.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot.
\n@return A description of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot.
\n@param description A description of the bot.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot.\n@see Status",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@return The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot was created.
\n@return The date that the bot was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)",
"deprecated" : false,
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@return The version of the bot. For a new bot, the version is always $LATEST
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreatedDate" : {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot was created.
\n@return The date that the bot was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot.
\n@return A description of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot.
\n@param description A description of the bot.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastUpdatedDate" : {
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@return The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot.
\n@return The name of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot.
\n@param name The name of the bot.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot.\n@see Status",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Version" : {
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)",
"deprecated" : false,
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@return The version of the bot. For a new bot, the version is always $LATEST
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot.
\n@return The name of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot.
\n@param name The name of the bot.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot.
\n@return A description of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot.
\n@param description A description of the bot.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot.\n@see Status",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@return The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the bot was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot was created.
\n@return The date that the bot was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)",
"deprecated" : false,
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@return The version of the bot. For a new bot, the version is always $LATEST
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BotMetadata",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BotMetadata",
"variableName" : "botMetadata",
"variableType" : "BotMetadata",
"documentation" : null,
"simpleType" : "BotMetadata",
"variableSetterType" : "BotMetadata"
},
"wrapper" : false
},
"BuiltinIntentMetadata" : {
"c2jName" : "BuiltinIntentMetadata",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides metadata for a built-in intent.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinIntentSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@return A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of identifiers for the locales that the intent supports.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Signature" : {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinIntentSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@return A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SupportedLocales" : {
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of identifiers for the locales that the intent supports.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinIntentSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@return A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of identifiers for the locales that the intent supports.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BuiltinIntentMetadata",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BuiltinIntentMetadata",
"variableName" : "builtinIntentMetadata",
"variableType" : "BuiltinIntentMetadata",
"documentation" : null,
"simpleType" : "BuiltinIntentMetadata",
"variableSetterType" : "BuiltinIntentMetadata"
},
"wrapper" : false
},
"BuiltinIntentSlot" : {
"c2jName" : "BuiltinIntentSlot",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a slot used in a built-in intent.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of the slots defined for the intent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "A list of the slots defined for the intent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A list of the slots defined for the intent.
\n@return A list of the slots defined for the intent.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A list of the slots defined for the intent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of the slots defined for the intent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "A list of the slots defined for the intent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A list of the slots defined for the intent.
\n@return A list of the slots defined for the intent.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A list of the slots defined for the intent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of the slots defined for the intent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "A list of the slots defined for the intent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A list of the slots defined for the intent.
\n@return A list of the slots defined for the intent.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A list of the slots defined for the intent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BuiltinIntentSlot",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BuiltinIntentSlot",
"variableName" : "builtinIntentSlot",
"variableType" : "BuiltinIntentSlot",
"documentation" : null,
"simpleType" : "BuiltinIntentSlot",
"variableSetterType" : "BuiltinIntentSlot"
},
"wrapper" : false
},
"BuiltinSlotTypeMetadata" : {
"c2jName" : "BuiltinSlotTypeMetadata",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a built in slot type.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinSlotTypeSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@return A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of target locales for the slot.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of target locales for the slot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of target locales for the slot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of target locales for the slot.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of target locales for the slot.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Signature" : {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinSlotTypeSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@return A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SupportedLocales" : {
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of target locales for the slot.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of target locales for the slot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of target locales for the slot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of target locales for the slot.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of target locales for the slot.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinSlotTypeSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@return A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of target locales for the slot.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of target locales for the slot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of target locales for the slot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of target locales for the slot.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of target locales for the slot.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BuiltinSlotTypeMetadata",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BuiltinSlotTypeMetadata",
"variableName" : "builtinSlotTypeMetadata",
"variableType" : "BuiltinSlotTypeMetadata",
"documentation" : null,
"simpleType" : "BuiltinSlotTypeMetadata",
"variableSetterType" : "BuiltinSlotTypeMetadata"
},
"wrapper" : false
},
"ChannelStatus" : {
"c2jName" : "ChannelStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "IN_PROGRESS",
"value" : "IN_PROGRESS"
}, {
"name" : "CREATED",
"value" : "CREATED"
}, {
"name" : "FAILED",
"value" : "FAILED"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChannelStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelStatus",
"variableName" : "channelStatus",
"variableType" : "ChannelStatus",
"documentation" : null,
"simpleType" : "ChannelStatus",
"variableSetterType" : "ChannelStatus"
},
"wrapper" : false
},
"ChannelType" : {
"c2jName" : "ChannelType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "FACEBOOK",
"value" : "Facebook"
}, {
"name" : "SLACK",
"value" : "Slack"
}, {
"name" : "TWILIO_SMS",
"value" : "Twilio-Sms"
}, {
"name" : "KIK",
"value" : "Kik"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChannelType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelType",
"variableName" : "channelType",
"variableType" : "ChannelType",
"documentation" : null,
"simpleType" : "ChannelType",
"variableSetterType" : "ChannelType"
},
"wrapper" : false
},
"CodeHook" : {
"c2jName" : "CodeHook",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getUri",
"beanStyleSetterMethodName" : "setUri",
"c2jName" : "uri",
"c2jShape" : "LambdaARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uri(String)}.\n@param uri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uri(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "uri",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "uri",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@return The Amazon Resource Name (ARN) of the Lambda function.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "uri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "uri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Uri",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.",
"setterMethodName" : "setUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMessageVersion",
"beanStyleSetterMethodName" : "setMessageVersion",
"c2jName" : "messageVersion",
"c2jShape" : "MessageVersion",
"defaultConsumerFluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageVersion(String)}.\n@param messageVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageVersion(String)",
"deprecated" : false,
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageVersion",
"fluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageVersion",
"getterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@return The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"setterMethodName" : "setMessageVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MessageVersion" : {
"beanStyleGetterMethodName" : "getMessageVersion",
"beanStyleSetterMethodName" : "setMessageVersion",
"c2jName" : "messageVersion",
"c2jShape" : "MessageVersion",
"defaultConsumerFluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageVersion(String)}.\n@param messageVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageVersion(String)",
"deprecated" : false,
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageVersion",
"fluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageVersion",
"getterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@return The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"setterMethodName" : "setMessageVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Uri" : {
"beanStyleGetterMethodName" : "getUri",
"beanStyleSetterMethodName" : "setUri",
"c2jName" : "uri",
"c2jShape" : "LambdaARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uri(String)}.\n@param uri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uri(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "uri",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "uri",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@return The Amazon Resource Name (ARN) of the Lambda function.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "uri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "uri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Uri",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.",
"setterMethodName" : "setUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getUri",
"beanStyleSetterMethodName" : "setUri",
"c2jName" : "uri",
"c2jShape" : "LambdaARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uri(String)}.\n@param uri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uri(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "uri",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "uri",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@return The Amazon Resource Name (ARN) of the Lambda function.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "uri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "uri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Uri",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.",
"setterMethodName" : "setUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMessageVersion",
"beanStyleSetterMethodName" : "setMessageVersion",
"c2jName" : "messageVersion",
"c2jShape" : "MessageVersion",
"defaultConsumerFluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageVersion(String)}.\n@param messageVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageVersion(String)",
"deprecated" : false,
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageVersion",
"fluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageVersion",
"getterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@return The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"setterMethodName" : "setMessageVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "uri", "messageVersion" ],
"shapeName" : "CodeHook",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CodeHook",
"variableName" : "codeHook",
"variableType" : "CodeHook",
"documentation" : null,
"simpleType" : "CodeHook",
"variableSetterType" : "CodeHook"
},
"wrapper" : false
},
"ConflictException" : {
"c2jName" : "ConflictException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : " There was a conflict processing the request. Try your request again.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ConflictException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 409,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConflictException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConflictException",
"variableName" : "conflictException",
"variableType" : "ConflictException",
"documentation" : null,
"simpleType" : "ConflictException",
"variableSetterType" : "ConflictException"
},
"wrapper" : false
},
"ContentType" : {
"c2jName" : "ContentType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "PLAIN_TEXT",
"value" : "PlainText"
}, {
"name" : "SSML",
"value" : "SSML"
}, {
"name" : "CUSTOM_PAYLOAD",
"value" : "CustomPayload"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ContentType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContentType",
"variableName" : "contentType",
"variableType" : "ContentType",
"documentation" : null,
"simpleType" : "ContentType",
"variableSetterType" : "ContentType"
},
"wrapper" : false
},
"CreateBotVersionRequest" : {
"c2jName" : "CreateBotVersionRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateBotVersion",
"locationName" : null,
"requestUri" : "/bots/{name}/versions",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\n@param name The name of the bot that you want to create a new version of. The name is case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\n@return The name of the bot that you want to create a new version of. The name is case sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\n@param name The name of the bot that you want to create a new version of. The name is case sensitive.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@return Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Checksum" : {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@return Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\n@param name The name of the bot that you want to create a new version of. The name is case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\n@return The name of the bot that you want to create a new version of. The name is case sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\n@param name The name of the bot that you want to create a new version of. The name is case sensitive.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\n@param name The name of the bot that you want to create a new version of. The name is case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\n@return The name of the bot that you want to create a new version of. The name is case sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
\n@param name The name of the bot that you want to create a new version of. The name is case sensitive.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot that you want to create a new version of. The name is case sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@return Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the $LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name" ],
"shapeName" : "CreateBotVersionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateBotVersionRequest",
"variableName" : "createBotVersionRequest",
"variableType" : "CreateBotVersionRequest",
"documentation" : null,
"simpleType" : "CreateBotVersionRequest",
"variableSetterType" : "CreateBotVersionRequest"
},
"wrapper" : false
},
"CreateBotVersionResponse" : {
"c2jName" : "CreateBotVersionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot.
\n@return The name of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot.
\n@param name The name of the bot.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot.
\n@return A description of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot.
\n@param description A description of the bot.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIntents",
"beanStyleSetterMethodName" : "setIntents",
"c2jName" : "intents",
"c2jShape" : "IntentList",
"defaultConsumerFluentSetterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #intents(List)}.\n@param intents a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #intents(List)",
"deprecated" : false,
"documentation" : "An array of Intent
objects. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "intents",
"fluentSetterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\n@param intents An array of Intent
objects. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "intents",
"getterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of Intent
objects. For more information, see PutBot.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "intents",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "intents",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Intent",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Intent.Builder} avoiding the need to create one manually via {@link Intent#builder()}.\n\nWhen the {@link Consumer} completes, {@link Intent.Builder#build()} is called immediately and its result is passed to {@link #member(Intent)}.\n@param member a consumer that will call methods on {@link Intent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Intent)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Intent",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Intent",
"variableName" : "member",
"variableType" : "Intent",
"documentation" : null,
"simpleType" : "Intent",
"variableSetterType" : "Intent"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Intent",
"variableName" : "member",
"variableType" : "Intent",
"documentation" : "",
"simpleType" : "Intent",
"variableSetterType" : "Intent"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Intent",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Intent",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Intents",
"sensitive" : false,
"setterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\n@param intents An array of Intent
objects. For more information, see PutBot.",
"setterMethodName" : "setIntents",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "intents",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "intents",
"variableType" : "java.util.List",
"documentation" : "An array of Intent
objects. For more information, see PutBot.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getClarificationPrompt",
"beanStyleSetterMethodName" : "setClarificationPrompt",
"c2jName" : "clarificationPrompt",
"c2jShape" : "Prompt",
"defaultConsumerFluentSetterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link Prompt.Builder} avoiding the need to create one manually via {@link Prompt#builder()}.\n\nWhen the {@link Consumer} completes, {@link Prompt.Builder#build()} is called immediately and its result is passed to {@link #clarificationPrompt(Prompt)}.\n@param clarificationPrompt a consumer that will call methods on {@link Prompt.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clarificationPrompt(Prompt)",
"deprecated" : false,
"documentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clarificationPrompt",
"fluentSetterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\n@param clarificationPrompt The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clarificationPrompt",
"getterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\n@return The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.",
"getterModel" : {
"returnType" : "Prompt",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "clarificationPrompt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "clarificationPrompt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ClarificationPrompt",
"sensitive" : false,
"setterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\n@param clarificationPrompt The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.",
"setterMethodName" : "setClarificationPrompt",
"setterModel" : {
"variableDeclarationType" : "Prompt",
"variableName" : "clarificationPrompt",
"variableType" : "Prompt",
"documentation" : null,
"simpleType" : "Prompt",
"variableSetterType" : "Prompt"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Prompt",
"variableName" : "clarificationPrompt",
"variableType" : "Prompt",
"documentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
",
"simpleType" : "Prompt",
"variableSetterType" : "Prompt"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAbortStatement",
"beanStyleSetterMethodName" : "setAbortStatement",
"c2jName" : "abortStatement",
"c2jShape" : "Statement",
"defaultConsumerFluentSetterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link Statement.Builder} avoiding the need to create one manually via {@link Statement#builder()}.\n\nWhen the {@link Consumer} completes, {@link Statement.Builder#build()} is called immediately and its result is passed to {@link #abortStatement(Statement)}.\n@param abortStatement a consumer that will call methods on {@link Statement.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #abortStatement(Statement)",
"deprecated" : false,
"documentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "abortStatement",
"fluentSetterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\n@param abortStatement The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "abortStatement",
"getterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\n@return The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.",
"getterModel" : {
"returnType" : "Statement",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "abortStatement",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "abortStatement",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AbortStatement",
"sensitive" : false,
"setterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\n@param abortStatement The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.",
"setterMethodName" : "setAbortStatement",
"setterModel" : {
"variableDeclarationType" : "Statement",
"variableName" : "abortStatement",
"variableType" : "Statement",
"documentation" : null,
"simpleType" : "Statement",
"variableSetterType" : "Statement"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Statement",
"variableName" : "abortStatement",
"variableType" : "Statement",
"documentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
",
"simpleType" : "Statement",
"variableSetterType" : "Statement"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\n@param status When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.\n@see Status",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\n@param status When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.\n@see Status",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedDate(Instant)",
"deprecated" : false,
"documentation" : "The date when the $LATEST
version of this bot was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\n@param lastUpdatedDate The date when the $LATEST
version of this bot was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\n@return The date when the $LATEST
version of this bot was updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\n@param lastUpdatedDate The date when the $LATEST
version of this bot was updated.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date when the $LATEST
version of this bot was updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date when the bot version was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date when the bot version was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date when the bot version was created.
\n@param createdDate The date when the bot version was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date when the bot version was created.
\n@return The date when the bot version was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date when the bot version was created.
\n@param createdDate The date when the bot version was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date when the bot version was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIdleSessionTTLInSeconds",
"beanStyleSetterMethodName" : "setIdleSessionTTLInSeconds",
"c2jName" : "idleSessionTTLInSeconds",
"c2jShape" : "SessionTTL",
"defaultConsumerFluentSetterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #idleSessionTTLInSeconds(Integer)}.\n@param idleSessionTTLInSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idleSessionTTLInSeconds(Integer)",
"deprecated" : false,
"documentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idleSessionTTLInSeconds",
"fluentSetterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\n@param idleSessionTTLInSeconds The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idleSessionTTLInSeconds",
"getterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\n@return The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "idleSessionTTLInSeconds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "idleSessionTTLInSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "IdleSessionTTLInSeconds",
"sensitive" : false,
"setterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\n@param idleSessionTTLInSeconds The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.",
"setterMethodName" : "setIdleSessionTTLInSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "idleSessionTTLInSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "idleSessionTTLInSeconds",
"variableType" : "Integer",
"documentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVoiceId",
"beanStyleSetterMethodName" : "setVoiceId",
"c2jName" : "voiceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #voiceId(String)}.\n@param voiceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #voiceId(String)",
"deprecated" : false,
"documentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "voiceId",
"fluentSetterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\n@param voiceId The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "voiceId",
"getterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\n@return The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "voiceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "voiceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VoiceId",
"sensitive" : false,
"setterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\n@param voiceId The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.",
"setterMethodName" : "setVoiceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "voiceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "voiceId",
"variableType" : "String",
"documentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum identifying the version of the bot that was created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Checksum identifying the version of the bot that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum identifying the version of the bot that was created.
\n@param checksum Checksum identifying the version of the bot that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum identifying the version of the bot that was created.
\n@return Checksum identifying the version of the bot that was created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum identifying the version of the bot that was created.
\n@param checksum Checksum identifying the version of the bot that was created.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum identifying the version of the bot that was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)",
"deprecated" : false,
"documentation" : "The version of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the bot.
\n@param version The version of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the bot.
\n@return The version of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The version of the bot.
\n@param version The version of the bot.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLocaleAsString",
"beanStyleSetterMethodName" : "setLocale",
"c2jName" : "locale",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : " Specifies the target locale for the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #localeAsString(String)}.\n@param locale a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #locale(String)",
"deprecated" : false,
"documentation" : " Specifies the target locale for the bot.
",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "locale",
"fluentEnumSetterMethodName" : "locale",
"fluentGetterMethodName" : "localeAsString",
"fluentSetterDocumentation" : " Specifies the target locale for the bot.
\n@param locale Specifies the target locale for the bot.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "locale",
"getterDocumentation" : " Specifies the target locale for the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #locale} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #localeAsString}.\n
\n@return Specifies the target locale for the bot.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "locale",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "locale",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Locale",
"sensitive" : false,
"setterDocumentation" : " Specifies the target locale for the bot.
\n@param locale Specifies the target locale for the bot.\n@see Locale",
"setterMethodName" : "setLocale",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : " Specifies the target locale for the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChildDirected",
"beanStyleSetterMethodName" : "setChildDirected",
"c2jName" : "childDirected",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #childDirected(Boolean)}.\n@param childDirected a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childDirected(Boolean)",
"deprecated" : false,
"documentation" : "For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "childDirected",
"fluentSetterDocumentation" : "For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\n@param childDirected For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "childDirected",
"getterDocumentation" : "
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\n@return For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "childDirected",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "childDirected",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ChildDirected",
"sensitive" : false,
"setterDocumentation" : "
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\n@param childDirected For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.",
"setterMethodName" : "setChildDirected",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "childDirected",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "childDirected",
"variableType" : "Boolean",
"documentation" : "
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AbortStatement" : {
"beanStyleGetterMethodName" : "getAbortStatement",
"beanStyleSetterMethodName" : "setAbortStatement",
"c2jName" : "abortStatement",
"c2jShape" : "Statement",
"defaultConsumerFluentSetterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link Statement.Builder} avoiding the need to create one manually via {@link Statement#builder()}.\n\nWhen the {@link Consumer} completes, {@link Statement.Builder#build()} is called immediately and its result is passed to {@link #abortStatement(Statement)}.\n@param abortStatement a consumer that will call methods on {@link Statement.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #abortStatement(Statement)",
"deprecated" : false,
"documentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "abortStatement",
"fluentSetterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\n@param abortStatement The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "abortStatement",
"getterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\n@return The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.",
"getterModel" : {
"returnType" : "Statement",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "abortStatement",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "abortStatement",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AbortStatement",
"sensitive" : false,
"setterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\n@param abortStatement The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.",
"setterMethodName" : "setAbortStatement",
"setterModel" : {
"variableDeclarationType" : "Statement",
"variableName" : "abortStatement",
"variableType" : "Statement",
"documentation" : null,
"simpleType" : "Statement",
"variableSetterType" : "Statement"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Statement",
"variableName" : "abortStatement",
"variableType" : "Statement",
"documentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
",
"simpleType" : "Statement",
"variableSetterType" : "Statement"
},
"xmlNameSpaceUri" : null
},
"Checksum" : {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum identifying the version of the bot that was created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Checksum identifying the version of the bot that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum identifying the version of the bot that was created.
\n@param checksum Checksum identifying the version of the bot that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum identifying the version of the bot that was created.
\n@return Checksum identifying the version of the bot that was created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum identifying the version of the bot that was created.
\n@param checksum Checksum identifying the version of the bot that was created.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum identifying the version of the bot that was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ChildDirected" : {
"beanStyleGetterMethodName" : "getChildDirected",
"beanStyleSetterMethodName" : "setChildDirected",
"c2jName" : "childDirected",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #childDirected(Boolean)}.\n@param childDirected a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childDirected(Boolean)",
"deprecated" : false,
"documentation" : "For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "childDirected",
"fluentSetterDocumentation" : "For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\n@param childDirected For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "childDirected",
"getterDocumentation" : "
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\n@return For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "childDirected",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "childDirected",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ChildDirected",
"sensitive" : false,
"setterDocumentation" : "
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\n@param childDirected For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.",
"setterMethodName" : "setChildDirected",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "childDirected",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "childDirected",
"variableType" : "Boolean",
"documentation" : "
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"ClarificationPrompt" : {
"beanStyleGetterMethodName" : "getClarificationPrompt",
"beanStyleSetterMethodName" : "setClarificationPrompt",
"c2jName" : "clarificationPrompt",
"c2jShape" : "Prompt",
"defaultConsumerFluentSetterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link Prompt.Builder} avoiding the need to create one manually via {@link Prompt#builder()}.\n\nWhen the {@link Consumer} completes, {@link Prompt.Builder#build()} is called immediately and its result is passed to {@link #clarificationPrompt(Prompt)}.\n@param clarificationPrompt a consumer that will call methods on {@link Prompt.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clarificationPrompt(Prompt)",
"deprecated" : false,
"documentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clarificationPrompt",
"fluentSetterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\n@param clarificationPrompt The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clarificationPrompt",
"getterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\n@return The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.",
"getterModel" : {
"returnType" : "Prompt",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "clarificationPrompt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "clarificationPrompt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ClarificationPrompt",
"sensitive" : false,
"setterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\n@param clarificationPrompt The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.",
"setterMethodName" : "setClarificationPrompt",
"setterModel" : {
"variableDeclarationType" : "Prompt",
"variableName" : "clarificationPrompt",
"variableType" : "Prompt",
"documentation" : null,
"simpleType" : "Prompt",
"variableSetterType" : "Prompt"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Prompt",
"variableName" : "clarificationPrompt",
"variableType" : "Prompt",
"documentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
",
"simpleType" : "Prompt",
"variableSetterType" : "Prompt"
},
"xmlNameSpaceUri" : null
},
"CreatedDate" : {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date when the bot version was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date when the bot version was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date when the bot version was created.
\n@param createdDate The date when the bot version was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date when the bot version was created.
\n@return The date when the bot version was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date when the bot version was created.
\n@param createdDate The date when the bot version was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date when the bot version was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot.
\n@return A description of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot.
\n@param description A description of the bot.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IdleSessionTTLInSeconds" : {
"beanStyleGetterMethodName" : "getIdleSessionTTLInSeconds",
"beanStyleSetterMethodName" : "setIdleSessionTTLInSeconds",
"c2jName" : "idleSessionTTLInSeconds",
"c2jShape" : "SessionTTL",
"defaultConsumerFluentSetterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #idleSessionTTLInSeconds(Integer)}.\n@param idleSessionTTLInSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idleSessionTTLInSeconds(Integer)",
"deprecated" : false,
"documentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idleSessionTTLInSeconds",
"fluentSetterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\n@param idleSessionTTLInSeconds The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idleSessionTTLInSeconds",
"getterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\n@return The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "idleSessionTTLInSeconds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "idleSessionTTLInSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "IdleSessionTTLInSeconds",
"sensitive" : false,
"setterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\n@param idleSessionTTLInSeconds The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.",
"setterMethodName" : "setIdleSessionTTLInSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "idleSessionTTLInSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "idleSessionTTLInSeconds",
"variableType" : "Integer",
"documentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Intents" : {
"beanStyleGetterMethodName" : "getIntents",
"beanStyleSetterMethodName" : "setIntents",
"c2jName" : "intents",
"c2jShape" : "IntentList",
"defaultConsumerFluentSetterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #intents(List)}.\n@param intents a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #intents(List)",
"deprecated" : false,
"documentation" : "An array of Intent
objects. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "intents",
"fluentSetterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\n@param intents An array of Intent
objects. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "intents",
"getterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of Intent
objects. For more information, see PutBot.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "intents",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "intents",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Intent",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Intent.Builder} avoiding the need to create one manually via {@link Intent#builder()}.\n\nWhen the {@link Consumer} completes, {@link Intent.Builder#build()} is called immediately and its result is passed to {@link #member(Intent)}.\n@param member a consumer that will call methods on {@link Intent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Intent)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Intent",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Intent",
"variableName" : "member",
"variableType" : "Intent",
"documentation" : null,
"simpleType" : "Intent",
"variableSetterType" : "Intent"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Intent",
"variableName" : "member",
"variableType" : "Intent",
"documentation" : "",
"simpleType" : "Intent",
"variableSetterType" : "Intent"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Intent",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Intent",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Intents",
"sensitive" : false,
"setterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\n@param intents An array of Intent
objects. For more information, see PutBot.",
"setterMethodName" : "setIntents",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "intents",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "intents",
"variableType" : "java.util.List",
"documentation" : "An array of Intent
objects. For more information, see PutBot.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"LastUpdatedDate" : {
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedDate(Instant)",
"deprecated" : false,
"documentation" : "The date when the $LATEST
version of this bot was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\n@param lastUpdatedDate The date when the $LATEST
version of this bot was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\n@return The date when the $LATEST
version of this bot was updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\n@param lastUpdatedDate The date when the $LATEST
version of this bot was updated.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date when the $LATEST
version of this bot was updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Locale" : {
"beanStyleGetterMethodName" : "getLocaleAsString",
"beanStyleSetterMethodName" : "setLocale",
"c2jName" : "locale",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : " Specifies the target locale for the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #localeAsString(String)}.\n@param locale a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #locale(String)",
"deprecated" : false,
"documentation" : " Specifies the target locale for the bot.
",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "locale",
"fluentEnumSetterMethodName" : "locale",
"fluentGetterMethodName" : "localeAsString",
"fluentSetterDocumentation" : " Specifies the target locale for the bot.
\n@param locale Specifies the target locale for the bot.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "locale",
"getterDocumentation" : " Specifies the target locale for the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #locale} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #localeAsString}.\n
\n@return Specifies the target locale for the bot.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "locale",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "locale",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Locale",
"sensitive" : false,
"setterDocumentation" : " Specifies the target locale for the bot.
\n@param locale Specifies the target locale for the bot.\n@see Locale",
"setterMethodName" : "setLocale",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : " Specifies the target locale for the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot.
\n@return The name of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot.
\n@param name The name of the bot.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\n@param status When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.\n@see Status",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\n@param status When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.\n@see Status",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Version" : {
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)",
"deprecated" : false,
"documentation" : "The version of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the bot.
\n@param version The version of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the bot.
\n@return The version of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The version of the bot.
\n@param version The version of the bot.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VoiceId" : {
"beanStyleGetterMethodName" : "getVoiceId",
"beanStyleSetterMethodName" : "setVoiceId",
"c2jName" : "voiceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #voiceId(String)}.\n@param voiceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #voiceId(String)",
"deprecated" : false,
"documentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "voiceId",
"fluentSetterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\n@param voiceId The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "voiceId",
"getterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\n@return The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "voiceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "voiceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VoiceId",
"sensitive" : false,
"setterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\n@param voiceId The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.",
"setterMethodName" : "setVoiceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "voiceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "voiceId",
"variableType" : "String",
"documentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot.
\n@return The name of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the bot.
\n@param name The name of the bot.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot.
\n@return A description of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot.
\n@param description A description of the bot.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIntents",
"beanStyleSetterMethodName" : "setIntents",
"c2jName" : "intents",
"c2jShape" : "IntentList",
"defaultConsumerFluentSetterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #intents(List)}.\n@param intents a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #intents(List)",
"deprecated" : false,
"documentation" : "An array of Intent
objects. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "intents",
"fluentSetterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\n@param intents An array of Intent
objects. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "intents",
"getterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of Intent
objects. For more information, see PutBot.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "intents",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "intents",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Intent",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Intent.Builder} avoiding the need to create one manually via {@link Intent#builder()}.\n\nWhen the {@link Consumer} completes, {@link Intent.Builder#build()} is called immediately and its result is passed to {@link #member(Intent)}.\n@param member a consumer that will call methods on {@link Intent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Intent)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Intent",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Intent",
"variableName" : "member",
"variableType" : "Intent",
"documentation" : null,
"simpleType" : "Intent",
"variableSetterType" : "Intent"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Intent",
"variableName" : "member",
"variableType" : "Intent",
"documentation" : "",
"simpleType" : "Intent",
"variableSetterType" : "Intent"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Intent",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Intent",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Intents",
"sensitive" : false,
"setterDocumentation" : "An array of Intent
objects. For more information, see PutBot.
\n@param intents An array of Intent
objects. For more information, see PutBot.",
"setterMethodName" : "setIntents",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "intents",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "intents",
"variableType" : "java.util.List",
"documentation" : "An array of Intent
objects. For more information, see PutBot.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getClarificationPrompt",
"beanStyleSetterMethodName" : "setClarificationPrompt",
"c2jName" : "clarificationPrompt",
"c2jShape" : "Prompt",
"defaultConsumerFluentSetterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link Prompt.Builder} avoiding the need to create one manually via {@link Prompt#builder()}.\n\nWhen the {@link Consumer} completes, {@link Prompt.Builder#build()} is called immediately and its result is passed to {@link #clarificationPrompt(Prompt)}.\n@param clarificationPrompt a consumer that will call methods on {@link Prompt.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clarificationPrompt(Prompt)",
"deprecated" : false,
"documentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clarificationPrompt",
"fluentSetterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\n@param clarificationPrompt The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clarificationPrompt",
"getterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\n@return The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.",
"getterModel" : {
"returnType" : "Prompt",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "clarificationPrompt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "clarificationPrompt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ClarificationPrompt",
"sensitive" : false,
"setterDocumentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
\n@param clarificationPrompt The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.",
"setterMethodName" : "setClarificationPrompt",
"setterModel" : {
"variableDeclarationType" : "Prompt",
"variableName" : "clarificationPrompt",
"variableType" : "Prompt",
"documentation" : null,
"simpleType" : "Prompt",
"variableSetterType" : "Prompt"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Prompt",
"variableName" : "clarificationPrompt",
"variableType" : "Prompt",
"documentation" : "The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.
",
"simpleType" : "Prompt",
"variableSetterType" : "Prompt"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAbortStatement",
"beanStyleSetterMethodName" : "setAbortStatement",
"c2jName" : "abortStatement",
"c2jShape" : "Statement",
"defaultConsumerFluentSetterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link Statement.Builder} avoiding the need to create one manually via {@link Statement#builder()}.\n\nWhen the {@link Consumer} completes, {@link Statement.Builder#build()} is called immediately and its result is passed to {@link #abortStatement(Statement)}.\n@param abortStatement a consumer that will call methods on {@link Statement.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #abortStatement(Statement)",
"deprecated" : false,
"documentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "abortStatement",
"fluentSetterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\n@param abortStatement The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "abortStatement",
"getterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\n@return The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.",
"getterModel" : {
"returnType" : "Statement",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "abortStatement",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "abortStatement",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AbortStatement",
"sensitive" : false,
"setterDocumentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
\n@param abortStatement The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.",
"setterMethodName" : "setAbortStatement",
"setterModel" : {
"variableDeclarationType" : "Statement",
"variableName" : "abortStatement",
"variableType" : "Statement",
"documentation" : null,
"simpleType" : "Statement",
"variableSetterType" : "Statement"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Statement",
"variableName" : "abortStatement",
"variableType" : "Statement",
"documentation" : "The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.
",
"simpleType" : "Statement",
"variableSetterType" : "Statement"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\n@param status When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.\n@see Status",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
\n@param status When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.\n@see Status",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : " When you send a request to create or update a bot, Amazon Lex sets the status
response element to BUILDING
. After Amazon Lex builds the bot, it sets status
to READY
. If Amazon Lex can't build the bot, it sets status
to FAILED
. Amazon Lex returns the reason for the failure in the failureReason
response element.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to build the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedDate(Instant)",
"deprecated" : false,
"documentation" : "The date when the $LATEST
version of this bot was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\n@param lastUpdatedDate The date when the $LATEST
version of this bot was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\n@return The date when the $LATEST
version of this bot was updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date when the $LATEST
version of this bot was updated.
\n@param lastUpdatedDate The date when the $LATEST
version of this bot was updated.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date when the $LATEST
version of this bot was updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date when the bot version was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdDate(Instant)}.\n@param createdDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdDate(Instant)",
"deprecated" : false,
"documentation" : "The date when the bot version was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date when the bot version was created.
\n@param createdDate The date when the bot version was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date when the bot version was created.
\n@return The date when the bot version was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date when the bot version was created.
\n@param createdDate The date when the bot version was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date when the bot version was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIdleSessionTTLInSeconds",
"beanStyleSetterMethodName" : "setIdleSessionTTLInSeconds",
"c2jName" : "idleSessionTTLInSeconds",
"c2jShape" : "SessionTTL",
"defaultConsumerFluentSetterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #idleSessionTTLInSeconds(Integer)}.\n@param idleSessionTTLInSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idleSessionTTLInSeconds(Integer)",
"deprecated" : false,
"documentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idleSessionTTLInSeconds",
"fluentSetterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\n@param idleSessionTTLInSeconds The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idleSessionTTLInSeconds",
"getterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\n@return The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "idleSessionTTLInSeconds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "idleSessionTTLInSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "IdleSessionTTLInSeconds",
"sensitive" : false,
"setterDocumentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
\n@param idleSessionTTLInSeconds The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.",
"setterMethodName" : "setIdleSessionTTLInSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "idleSessionTTLInSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "idleSessionTTLInSeconds",
"variableType" : "Integer",
"documentation" : "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVoiceId",
"beanStyleSetterMethodName" : "setVoiceId",
"c2jName" : "voiceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #voiceId(String)}.\n@param voiceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #voiceId(String)",
"deprecated" : false,
"documentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "voiceId",
"fluentSetterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\n@param voiceId The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "voiceId",
"getterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\n@return The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "voiceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "voiceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VoiceId",
"sensitive" : false,
"setterDocumentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
\n@param voiceId The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.",
"setterMethodName" : "setVoiceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "voiceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "voiceId",
"variableType" : "String",
"documentation" : "The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum identifying the version of the bot that was created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Checksum identifying the version of the bot that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum identifying the version of the bot that was created.
\n@param checksum Checksum identifying the version of the bot that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum identifying the version of the bot that was created.
\n@return Checksum identifying the version of the bot that was created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum identifying the version of the bot that was created.
\n@param checksum Checksum identifying the version of the bot that was created.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum identifying the version of the bot that was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)",
"deprecated" : false,
"documentation" : "The version of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the bot.
\n@param version The version of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the bot.
\n@return The version of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The version of the bot.
\n@param version The version of the bot.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLocaleAsString",
"beanStyleSetterMethodName" : "setLocale",
"c2jName" : "locale",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : " Specifies the target locale for the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #localeAsString(String)}.\n@param locale a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #locale(String)",
"deprecated" : false,
"documentation" : " Specifies the target locale for the bot.
",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "locale",
"fluentEnumSetterMethodName" : "locale",
"fluentGetterMethodName" : "localeAsString",
"fluentSetterDocumentation" : " Specifies the target locale for the bot.
\n@param locale Specifies the target locale for the bot.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "locale",
"getterDocumentation" : " Specifies the target locale for the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #locale} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #localeAsString}.\n
\n@return Specifies the target locale for the bot.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "locale",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "locale",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Locale",
"sensitive" : false,
"setterDocumentation" : " Specifies the target locale for the bot.
\n@param locale Specifies the target locale for the bot.\n@see Locale",
"setterMethodName" : "setLocale",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : " Specifies the target locale for the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChildDirected",
"beanStyleSetterMethodName" : "setChildDirected",
"c2jName" : "childDirected",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #childDirected(Boolean)}.\n@param childDirected a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childDirected(Boolean)",
"deprecated" : false,
"documentation" : "For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "childDirected",
"fluentSetterDocumentation" : "For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\n@param childDirected For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "childDirected",
"getterDocumentation" : "
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\n@return For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "childDirected",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "childDirected",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ChildDirected",
"sensitive" : false,
"setterDocumentation" : "
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
\n@param childDirected For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.",
"setterMethodName" : "setChildDirected",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "childDirected",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "childDirected",
"variableType" : "Boolean",
"documentation" : "
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true
or false
in the childDirected
field. By specifying true
in the childDirected
field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false
in the childDirected
field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.
If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateBotVersionResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateBotVersionResponse",
"variableName" : "createBotVersionResponse",
"variableType" : "CreateBotVersionResponse",
"documentation" : null,
"simpleType" : "CreateBotVersionResponse",
"variableSetterType" : "CreateBotVersionResponse"
},
"wrapper" : false
},
"CreateIntentVersionRequest" : {
"c2jName" : "CreateIntentVersionRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateIntentVersion",
"locationName" : null,
"requestUri" : "/intents/{name}/versions",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "IntentName",
"defaultConsumerFluentSetterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\n@param name The name of the intent that you want to create a new version of. The name is case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\n@return The name of the intent that you want to create a new version of. The name is case sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\n@param name The name of the intent that you want to create a new version of. The name is case sensitive.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@return Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Checksum" : {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@return Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "IntentName",
"defaultConsumerFluentSetterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\n@param name The name of the intent that you want to create a new version of. The name is case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\n@return The name of the intent that you want to create a new version of. The name is case sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\n@param name The name of the intent that you want to create a new version of. The name is case sensitive.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "IntentName",
"defaultConsumerFluentSetterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\n@param name The name of the intent that you want to create a new version of. The name is case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\n@return The name of the intent that you want to create a new version of. The name is case sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
\n@param name The name of the intent that you want to create a new version of. The name is case sensitive.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the intent that you want to create a new version of. The name is case sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"documentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@return Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
\n@param checksum Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum of the $LATEST
version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST
version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException
exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name" ],
"shapeName" : "CreateIntentVersionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateIntentVersionRequest",
"variableName" : "createIntentVersionRequest",
"variableType" : "CreateIntentVersionRequest",
"documentation" : null,
"simpleType" : "CreateIntentVersionRequest",
"variableSetterType" : "CreateIntentVersionRequest"
},
"wrapper" : false
},
"CreateIntentVersionResponse" : {
"c2jName" : "CreateIntentVersionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "IntentName",
"defaultConsumerFluentSetterDocumentation" : "The name of the intent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the intent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the intent.
\n@param name The name of the intent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the intent.
\n@return The name of the intent.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the intent.
\n@param name The name of the intent.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the intent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the intent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description of the intent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the intent.
\n@param description A description of the intent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the intent.
\n@return A description of the intent.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the intent.
\n@param description A description of the intent.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the intent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSlots",
"beanStyleSetterMethodName" : "setSlots",
"c2jName" : "slots",
"c2jShape" : "SlotList",
"defaultConsumerFluentSetterDocumentation" : "An array of slot types that defines the information required to fulfill the intent.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #slots(List)}.\n@param slots a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slots(List)",
"deprecated" : false,
"documentation" : "An array of slot types that defines the information required to fulfill the intent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "slots",
"fluentSetterDocumentation" : "An array of slot types that defines the information required to fulfill the intent.
\n@param slots An array of slot types that defines the information required to fulfill the intent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "slots",
"getterDocumentation" : "An array of slot types that defines the information required to fulfill the intent.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of slot types that defines the information required to fulfill the intent.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "slots",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "slots",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Slot",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Slot.Builder} avoiding the need to create one manually via {@link Slot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Slot.Builder#build()} is called immediately and its result is passed to {@link #member(Slot)}.\n@param member a consumer that will call methods on {@link Slot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Slot)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Slot",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Slot",
"variableName" : "member",
"variableType" : "Slot",
"documentation" : null,
"simpleType" : "Slot",
"variableSetterType" : "Slot"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Slot",
"variableName" : "member",
"variableType" : "Slot",
"documentation" : "",
"simpleType" : "Slot",
"variableSetterType" : "Slot"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Slot",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Slot",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Slots",
"sensitive" : false,
"setterDocumentation" : "An array of slot types that defines the information required to fulfill the intent.
\n@param slots An array of slot types that defines the information required to fulfill the intent.",
"setterMethodName" : "setSlots",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "slots",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "slots",
"variableType" : "java.util.List",
"documentation" : "An array of slot types that defines the information required to fulfill the intent.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSampleUtterances",
"beanStyleSetterMethodName" : "setSampleUtterances",
"c2jName" : "sampleUtterances",
"c2jShape" : "IntentUtteranceList",
"defaultConsumerFluentSetterDocumentation" : "An array of sample utterances configured for the intent.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sampleUtterances(List)}.\n@param sampleUtterances a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sampleUtterances(List)",
"deprecated" : false,
"documentation" : "An array of sample utterances configured for the intent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sampleUtterances",
"fluentSetterDocumentation" : "An array of sample utterances configured for the intent.
\n@param sampleUtterances An array of sample utterances configured for the intent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sampleUtterances",
"getterDocumentation" : "An array of sample utterances configured for the intent.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of sample utterances configured for the intent.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "sampleUtterances",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "sampleUtterances",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Utterance",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SampleUtterances",
"sensitive" : false,
"setterDocumentation" : "An array of sample utterances configured for the intent.
\n@param sampleUtterances An array of sample utterances configured for the intent.",
"setterMethodName" : "setSampleUtterances",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sampleUtterances",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List