DialogflowCx

gcp/Item/DialogflowCx
include('gcp/Item/DialogflowCx')
Illustration DialogflowCx DialogflowCxCard DialogflowCxGroup
illustration for Illustration illustration for DialogflowCx illustration for DialogflowCxCard illustration for DialogflowCxGroup

Sprites

The item provides the following sriptes:

  • <$DialogflowCxXs>
  • <$DialogflowCxSm>
  • <$DialogflowCxMd>
  • <$DialogflowCxLg>

DialogflowCx

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('gcp/bootstrap')

' loads the Item which embeds the element DialogflowCx
include('gcp/Item/DialogflowCx')

' renders the element
DialogflowCx('DialogflowCx', 'Dialogflow Cx', '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('gcp/bootstrap')

' loads the Item which embeds the element DialogflowCx
include('gcp/Item/DialogflowCx')

' renders the element
DialogflowCx('DialogflowCx', 'Dialogflow Cx', 'an optional tech label', 'an optional description')
@enduml

DialogflowCxCard

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('gcp/bootstrap')

' loads the Item which embeds the element DialogflowCxCard
include('gcp/Item/DialogflowCx')

' renders the element
DialogflowCxCard('DialogflowCxCard', 'Dialogflow Cx 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('gcp/bootstrap')

' loads the Item which embeds the element DialogflowCxCard
include('gcp/Item/DialogflowCx')

' renders the element
DialogflowCxCard('DialogflowCxCard', 'Dialogflow Cx Card', 'an optional description')
@enduml

DialogflowCxGroup

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('gcp/bootstrap')

' loads the Item which embeds the element DialogflowCxGroup
include('gcp/Item/DialogflowCx')

' renders the element
DialogflowCxGroup('DialogflowCxGroup', 'Dialogflow Cx 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('gcp/bootstrap')

' loads the Item which embeds the element DialogflowCxGroup
include('gcp/Item/DialogflowCx')

' renders the element
DialogflowCxGroup('DialogflowCxGroup', 'Dialogflow Cx Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml