Package com.intercom.api.types
Interface AssignConversationRequest.AssigneeIdStage
-
- All Known Implementing Classes:
AssignConversationRequest.Builder
- Enclosing class:
- AssignConversationRequest
public static interface AssignConversationRequest.AssigneeIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssignConversationRequest._FinalStageassigneeId(java.lang.String assigneeId)The `id` of the `admin` or `team` which will be assigned the conversation.
-
-
-
Method Detail
-
assigneeId
AssignConversationRequest._FinalStage assigneeId(@NotNull java.lang.String assigneeId)
The `id` of the `admin` or `team` which will be assigned the conversation. A conversation can be assigned both an admin and a team.\nSet `0` if you want this assign to no admin or team (ie. Unassigned).
-
-