Package com.intercom.api.types
Class ContentSourcesList.Builder
java.lang.Object
com.intercom.api.types.ContentSourcesList.Builder
- All Implemented Interfaces:
ContentSourcesList._FinalStage,ContentSourcesList.TotalCountStage
- Enclosing class:
ContentSourcesList
public static final class ContentSourcesList.Builder
extends Object
implements ContentSourcesList.TotalCountStage, ContentSourcesList._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllContentSources(List<ContentSource> contentSources) The content sources used by AI Agent in the conversation.addContentSources(ContentSource contentSources) The content sources used by AI Agent in the conversation.build()contentSources(List<ContentSource> contentSources) from(ContentSourcesList other) totalCount(int totalCount) The total number of content sources used by AI Agent in the conversation.
-
Method Details
-
from
- Specified by:
fromin interfaceContentSourcesList.TotalCountStage
-
totalCount
The total number of content sources used by AI Agent in the conversation.
- Specified by:
totalCountin interfaceContentSourcesList.TotalCountStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addAllContentSources
The content sources used by AI Agent in the conversation.
- Specified by:
addAllContentSourcesin interfaceContentSourcesList._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addContentSources
The content sources used by AI Agent in the conversation.
- Specified by:
addContentSourcesin interfaceContentSourcesList._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
contentSources
- Specified by:
contentSourcesin interfaceContentSourcesList._FinalStage
-
build
- Specified by:
buildin interfaceContentSourcesList._FinalStage
-