Package com.intercom.api.types
Interface ConversationRating.RemarkStage
-
- All Known Implementing Classes:
ConversationRating.Builder
- Enclosing class:
- ConversationRating
public static interface ConversationRating.RemarkStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationRating.CreatedAtStageremark(java.lang.String remark)An optional field to add a remark to correspond to the number rating
-
-
-
Method Detail
-
remark
ConversationRating.CreatedAtStage remark(@NotNull java.lang.String remark)
An optional field to add a remark to correspond to the number rating
-
-