Package com.intercom.api.types
Interface SubmitRequest.ComponentIdStage
-
- All Known Implementing Classes:
SubmitRequest.Builder
- Enclosing class:
- SubmitRequest
public static interface SubmitRequest.ComponentIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubmitRequest.ContextStagecomponentId(java.lang.String componentId)The id of the component clicked by the teammate to trigger the request.
-
-
-
Method Detail
-
componentId
SubmitRequest.ContextStage componentId(@NotNull java.lang.String componentId)
The id of the component clicked by the teammate to trigger the request.
-
-