Package com.intercom.api.types
Interface ConversationSource.RedactedStage
-
- All Known Implementing Classes:
ConversationSource.Builder
- Enclosing class:
- ConversationSource
public static interface ConversationSource.RedactedStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationSource._FinalStageredacted(boolean redacted)Whether or not the source message has been redacted.
-
-
-
Method Detail
-
redacted
ConversationSource._FinalStage redacted(boolean redacted)
Whether or not the source message has been redacted. Only applicable for contact initiated messages.
-
-