ListQnAMakerEndpointKeyPlainArgs

data class ListQnAMakerEndpointKeyPlainArgs(val authkey: String? = null, val hostname: String? = null) : ConvertibleToJava<ListQnAMakerEndpointKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(authkey: String? = null, hostname: String? = null)

Properties

Link copied to clipboard
val authkey: String? = null

Subscription key which provides access to this API.

Link copied to clipboard
val hostname: String? = null

the host name of the QnA Maker endpoint

Functions

Link copied to clipboard
open override fun toJava(): ListQnAMakerEndpointKeyPlainArgs