Package com.intercom.api.types
Interface ConversationPartAuthor._FinalStage
-
- All Known Implementing Classes:
ConversationPartAuthor.Builder
- Enclosing class:
- ConversationPartAuthor
public static interface ConversationPartAuthor._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationPartAuthorbuild()ConversationPartAuthor._FinalStageemail(java.lang.String email)ConversationPartAuthor._FinalStageemail(java.util.Optional<java.lang.String> email)The email of the authorConversationPartAuthor._FinalStagefromAiAgent(java.lang.Boolean fromAiAgent)ConversationPartAuthor._FinalStagefromAiAgent(java.util.Optional<java.lang.Boolean> fromAiAgent)If this conversation part was sent by the AI AgentConversationPartAuthor._FinalStageisAiAnswer(java.lang.Boolean isAiAnswer)ConversationPartAuthor._FinalStageisAiAnswer(java.util.Optional<java.lang.Boolean> isAiAnswer)If this conversation part body was generated by the AI AgentConversationPartAuthor._FinalStagename(java.lang.String name)ConversationPartAuthor._FinalStagename(java.util.Optional<java.lang.String> name)The name of the author
-
-
-
Method Detail
-
build
ConversationPartAuthor build()
-
name
ConversationPartAuthor._FinalStage name(java.util.Optional<java.lang.String> name)
The name of the author
-
name
ConversationPartAuthor._FinalStage name(java.lang.String name)
-
email
ConversationPartAuthor._FinalStage email(java.util.Optional<java.lang.String> email)
The email of the author
-
email
ConversationPartAuthor._FinalStage email(java.lang.String email)
-
fromAiAgent
ConversationPartAuthor._FinalStage fromAiAgent(java.util.Optional<java.lang.Boolean> fromAiAgent)
If this conversation part was sent by the AI Agent
-
fromAiAgent
ConversationPartAuthor._FinalStage fromAiAgent(java.lang.Boolean fromAiAgent)
-
isAiAnswer
ConversationPartAuthor._FinalStage isAiAnswer(java.util.Optional<java.lang.Boolean> isAiAnswer)
If this conversation part body was generated by the AI Agent
-
isAiAnswer
ConversationPartAuthor._FinalStage isAiAnswer(java.lang.Boolean isAiAnswer)
-
-