Uses of Class
com.ibm.watson.assistant.v1.model.AgentAvailabilityMessage
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of AgentAvailabilityMessage in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return AgentAvailabilityMessage Modifier and Type Method Description AgentAvailabilityMessage
DialogNodeOutputGeneric. agentAvailable()
Gets the agentAvailable.AgentAvailabilityMessage
RuntimeResponseGeneric. agentAvailable()
Gets the agentAvailable.AgentAvailabilityMessage
DialogNodeOutputGeneric. agentUnavailable()
Gets the agentUnavailable.AgentAvailabilityMessage
RuntimeResponseGeneric. agentUnavailable()
Gets the agentUnavailable.AgentAvailabilityMessage
AgentAvailabilityMessage.Builder. build()
Builds a AgentAvailabilityMessage.Methods in com.ibm.watson.assistant.v1.model with parameters of type AgentAvailabilityMessage Modifier and Type Method Description DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.Builder. agentAvailable(AgentAvailabilityMessage agentAvailable)
Set the agentAvailable.RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.Builder
RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.Builder. agentAvailable(AgentAvailabilityMessage agentAvailable)
Set the agentAvailable.DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.Builder. agentUnavailable(AgentAvailabilityMessage agentUnavailable)
Set the agentUnavailable.RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.Builder
RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.Builder. agentUnavailable(AgentAvailabilityMessage agentUnavailable)
Set the agentUnavailable.