Bagikan melalui


ConversationalAgentSessionUpdateResponse Enum

Definisi

Menentukan setiap respons yang mungkin untuk pembaruan ConversationalAgentSession .

public enum class ConversationalAgentSessionUpdateResponse
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class ConversationalAgentSessionUpdateResponse
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum ConversationalAgentSessionUpdateResponse
var value = Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSessionUpdateResponse.success
Public Enum ConversationalAgentSessionUpdateResponse
Warisan
ConversationalAgentSessionUpdateResponse
Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10, version 1903 (diperkenalkan dalam 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v8.0)

Bidang

Failed 1

Menunjukkan pembaruan ConversationalAgentSession gagal.

Success 0

Menunjukkan pembaruan ConversationalAgentSession berhasil.

Berlaku untuk

Lihat juga