다음을 통해 공유


QnAMakerEndpointKeysRequestBody Class

Definition

The request body for a request to Bot Service Management to list QnA Maker endpoint keys.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.QnAMakerEndpointKeysRequestBodyTypeConverter))]
public class QnAMakerEndpointKeysRequestBody : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IQnAMakerEndpointKeysRequestBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.QnAMakerEndpointKeysRequestBodyTypeConverter))>]
type QnAMakerEndpointKeysRequestBody = class
    interface IQnAMakerEndpointKeysRequestBody
    interface IJsonSerializable
Public Class QnAMakerEndpointKeysRequestBody
Implements IQnAMakerEndpointKeysRequestBody
Inheritance
QnAMakerEndpointKeysRequestBody
Attributes
Implements

Constructors

QnAMakerEndpointKeysRequestBody()

Creates an new QnAMakerEndpointKeysRequestBody instance.

Properties

Authkey

Subscription key which provides access to this API.

Hostname

the host name of the QnA Maker endpoint

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QnAMakerEndpointKeysRequestBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QnAMakerEndpointKeysRequestBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IQnAMakerEndpointKeysRequestBody.

FromJsonString(String)

Creates a new instance of QnAMakerEndpointKeysRequestBody, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of QnAMakerEndpointKeysRequestBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to