Uses of Class
agent.interaction.samples.AgentInteractionData

Packages that use AgentInteractionData
agent.interaction.samples   
agent.interaction.samples.outbound   
 

Uses of AgentInteractionData in agent.interaction.samples
 

Fields in agent.interaction.samples declared as AgentInteractionData
 AgentInteractionData SimpleConnector.agentInteractionData
          Data container to be used by further examples.
 

Uses of AgentInteractionData in agent.interaction.samples.outbound
 

Constructors in agent.interaction.samples.outbound with parameters of type AgentInteractionData
PlaceAdapterForOutbound(com.genesyslab.ail.Place _samplePlace, com.genesyslab.ail.Dn _sampleDn, AgentInteractionData _agentInteractionData, agent.interaction.samples.outbound.AgentOutboundGui _gui)
          Constructor.
VoiceInteractionAdapterForOutbound(com.genesyslab.ail.Place _samplePlace, com.genesyslab.ail.Dn _sampleDn, com.genesyslab.ail.OutboundService _outboundService, AgentInteractionData _agentInteractionData, agent.interaction.samples.outbound.AgentOutboundGui _gui)
          Creates an instance of VoiceInteractionHandlerForOutbound.