Package com.intercom.api.types
Interface QuickReplyOption.UuidStage
-
- All Known Implementing Classes:
QuickReplyOption.Builder
- Enclosing class:
- QuickReplyOption
public static interface QuickReplyOption.UuidStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuickReplyOption._FinalStageuuid(java.lang.String uuid)A unique identifier for this quick reply option.
-
-
-
Method Detail
-
uuid
QuickReplyOption._FinalStage uuid(@NotNull java.lang.String uuid)
A unique identifier for this quick reply option. This value will be available within the metadata of the comment conversation part that is created when a user clicks on this reply option.
-
-