List Qn AMaker Endpoint Key Result
data class ListQnAMakerEndpointKeyResult(val installedVersion: String? = null, val lastStableVersion: String? = null, val primaryEndpointKey: String? = null, val secondaryEndpointKey: String? = null)
Schema for EndpointKeys generate/refresh operations.
Constructors
Link copied to clipboard
fun ListQnAMakerEndpointKeyResult(installedVersion: String? = null, lastStableVersion: String? = null, primaryEndpointKey: String? = null, secondaryEndpointKey: String? = null)