Uses of Interface
io.camunda.client.api.command.CreateAgentHistoryItemCommandStep1
Packages that use CreateAgentHistoryItemCommandStep1
-
Uses of CreateAgentHistoryItemCommandStep1 in io.camunda.client
Methods in io.camunda.client that return CreateAgentHistoryItemCommandStep1Modifier and TypeMethodDescriptionCamundaClient.newCreateAgentHistoryItemCommand(long agentInstanceKey) Creates a command to append a conversation history item to an agent instance. -
Uses of CreateAgentHistoryItemCommandStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return CreateAgentHistoryItemCommandStep1Modifier and TypeMethodDescriptionCamundaClientImpl.newCreateAgentHistoryItemCommand(long agentInstanceKey) -
Uses of CreateAgentHistoryItemCommandStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CreateAgentHistoryItemCommandStep1