Package com.intercom.api.types
Interface ContentSourcesList._FinalStage
-
- All Known Implementing Classes:
ContentSourcesList.Builder
- Enclosing class:
- ContentSourcesList
public static interface ContentSourcesList._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentSourcesList._FinalStageaddAllContentSources(java.util.List<ContentSource> contentSources)ContentSourcesList._FinalStageaddContentSources(ContentSource contentSources)ContentSourcesListbuild()ContentSourcesList._FinalStagecontentSources(java.util.List<ContentSource> contentSources)The content sources used by AI Agent in the conversation.
-
-
-
Method Detail
-
build
ContentSourcesList build()
-
contentSources
ContentSourcesList._FinalStage contentSources(java.util.List<ContentSource> contentSources)
The content sources used by AI Agent in the conversation.
-
addContentSources
ContentSourcesList._FinalStage addContentSources(ContentSource contentSources)
-
addAllContentSources
ContentSourcesList._FinalStage addAllContentSources(java.util.List<ContentSource> contentSources)
-
-