Search
Preparing search index...
The search index is not available
aws-amplify
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
AWSLexProvider
Class AWSLexProvider
Hierarchy
AbstractInteractionsProvider
AWSLexProvider
Implements
any
Index
Constructors
constructor
Properties
_config
Accessors
options
Methods
configure
get
Category
get
Provider
Name
on
Complete
send
Message
Constructors
constructor
new AWSLex
Provider
(
options
?:
InteractionsOptions
)
:
AWSLexProvider
Parameters
Default value
options:
InteractionsOptions
= {}
Returns
AWSLexProvider
Properties
Protected
_config
_config
:
InteractionsOptions
Accessors
Protected
options
get
options
(
)
:
InteractionsOptions
Returns
InteractionsOptions
Methods
configure
configure
(
config
?:
InteractionsOptions
)
:
InteractionsOptions
Parameters
Default value
config:
InteractionsOptions
= {}
Returns
InteractionsOptions
get
Category
get
Category
(
)
:
string
Returns
string
get
Provider
Name
get
Provider
Name
(
)
:
string
Returns
string
on
Complete
on
Complete
(
botname
:
string
, callback
:
any
)
:
void
Parameters
botname:
string
callback:
any
Returns
void
send
Message
send
Message
(
botname
:
string
, message
:
string
|
Object
)
:
Promise
<
any
>
Parameters
botname:
string
message:
string
|
Object
Returns
Promise
<
any
>
Globals
AWSLex
Provider
constructor
_config
options
configure
get
Category
get
Provider
Name
on
Complete
send
Message