AmazonLex
aws-q2-2024/Architecture/ArtificialIntelligence/AmazonLex
include('aws-q2-2024/Architecture/ArtificialIntelligence/AmazonLex')
Illustration | AmazonLex | AmazonLexCard | AmazonLexGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$AmazonLexXs>
<$AmazonLexSm>
<$AmazonLexMd>
<$AmazonLexLg>
AmazonLex
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('aws-q2-2024/bootstrap')
' loads the Item which embeds the element AmazonLex
include('aws-q2-2024/Architecture/ArtificialIntelligence/AmazonLex')
' renders the element
AmazonLex('AmazonLex', 'Amazon Lex', 'an optional tech label', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('aws-q2-2024/bootstrap')
' loads the Item which embeds the element AmazonLex
include('aws-q2-2024/Architecture/ArtificialIntelligence/AmazonLex')
' renders the element
AmazonLex('AmazonLex', 'Amazon Lex', 'an optional tech label', 'an optional description')
@enduml
AmazonLexCard
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('aws-q2-2024/bootstrap')
' loads the Item which embeds the element AmazonLexCard
include('aws-q2-2024/Architecture/ArtificialIntelligence/AmazonLex')
' renders the element
AmazonLexCard('AmazonLexCard', 'Amazon Lex Card', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('aws-q2-2024/bootstrap')
' loads the Item which embeds the element AmazonLexCard
include('aws-q2-2024/Architecture/ArtificialIntelligence/AmazonLex')
' renders the element
AmazonLexCard('AmazonLexCard', 'Amazon Lex Card', 'an optional description')
@enduml
AmazonLexGroup
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('aws-q2-2024/bootstrap')
' loads the Item which embeds the element AmazonLexGroup
include('aws-q2-2024/Architecture/ArtificialIntelligence/AmazonLex')
' renders the element
AmazonLexGroup('AmazonLexGroup', 'Amazon Lex Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('aws-q2-2024/bootstrap')
' loads the Item which embeds the element AmazonLexGroup
include('aws-q2-2024/Architecture/ArtificialIntelligence/AmazonLex')
' renders the element
AmazonLexGroup('AmazonLexGroup', 'Amazon Lex Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml