Package com.intercom.api.types
Interface ContentSourcesList.TotalCountStage
-
- All Known Implementing Classes:
ContentSourcesList.Builder
- Enclosing class:
- ContentSourcesList
public static interface ContentSourcesList.TotalCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentSourcesList.Builderfrom(ContentSourcesList other)ContentSourcesList._FinalStagetotalCount(int totalCount)The total number of content sources used by AI Agent in the conversation.
-
-
-
Method Detail
-
totalCount
ContentSourcesList._FinalStage totalCount(int totalCount)
The total number of content sources used by AI Agent in the conversation.
-
from
ContentSourcesList.Builder from(ContentSourcesList other)
-
-