Package io.camunda.client.api.command
Interface CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep3
- All Known Implementing Classes:
CreateAgentHistoryItemCommandImpl
- Enclosing interface:
CreateAgentHistoryItemCommandStep1
public static interface CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep3
-
Method Summary
Modifier and TypeMethodDescriptionrole(AgentInstanceHistoryRole role) Sets the role of this history item in the conversation.
-
Method Details
-
role
CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep4 role(AgentInstanceHistoryRole role) Sets the role of this history item in the conversation.- Parameters:
role- the conversation role. Must not be null.- Returns:
- this builder for method chaining
-