toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.botservice.kotlin.inputs
/
ListQnAMakerEndpointKeyPlainArgs
List
Qn
AMaker
Endpoint
Key
Plain
Args
data
class
ListQnAMakerEndpointKeyPlainArgs
(
val
authkey
:
String
?
=
null
,
val
hostname
:
String
?
=
null
)
:
ConvertibleToJava
<
ListQnAMakerEndpointKeyPlainArgs
>
Members
Constructors
List
Qn
AMaker
Endpoint
Key
Plain
Args
Link copied to clipboard
constructor
(
authkey
:
String
?
=
null
,
hostname
:
String
?
=
null
)
Properties
authkey
Link copied to clipboard
val
authkey
:
String
?
=
null
Subscription key which provides access to this API.
hostname
Link copied to clipboard
val
hostname
:
String
?
=
null
the host name of the QnA Maker endpoint
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ListQnAMakerEndpointKeyPlainArgs