ConversationalAgentSession.AgentState 属性

定义

获取数字助手的状态。

public:
 property ConversationalAgentState AgentState { ConversationalAgentState get(); };
ConversationalAgentState AgentState();
public ConversationalAgentState AgentState { get; }
var conversationalAgentState = conversationalAgentSession.agentState;
Public ReadOnly Property AgentState As ConversationalAgentState

属性值

数字助手的状态。

适用于