Class ContentSourcesList.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.ContentSourcesList.Builder
-
- Enclosing class:
- ContentSourcesList
public static final class ContentSourcesList.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentSourcesListbuild()ContentSourcesList.BuildercontentSources(java.util.List<ContentSource> contentSources)ContentSourcesList.BuildercontentSources(java.util.Optional<java.util.List<ContentSource>> contentSources)The content sources used by AI Agent in the conversation.ContentSourcesList.Builderfrom(ContentSourcesList other)ContentSourcesList.BuildertotalCount(java.lang.Integer totalCount)ContentSourcesList.BuildertotalCount(java.util.Optional<java.lang.Integer> totalCount)The total number of content sources used by AI Agent in the conversation.ContentSourcesList.Buildertype(java.lang.String type)ContentSourcesList.Buildertype(java.util.Optional<java.lang.String> type)
-
-
-
Method Detail
-
from
public ContentSourcesList.Builder from(ContentSourcesList other)
-
type
public ContentSourcesList.Builder type(java.util.Optional<java.lang.String> type)
-
type
public ContentSourcesList.Builder type(java.lang.String type)
-
totalCount
public ContentSourcesList.Builder totalCount(java.util.Optional<java.lang.Integer> totalCount)
The total number of content sources used by AI Agent in the conversation.
-
totalCount
public ContentSourcesList.Builder totalCount(java.lang.Integer totalCount)
-
contentSources
public ContentSourcesList.Builder contentSources(java.util.Optional<java.util.List<ContentSource>> contentSources)
The content sources used by AI Agent in the conversation.
-
contentSources
public ContentSourcesList.Builder contentSources(java.util.List<ContentSource> contentSources)
-
build
public ContentSourcesList build()
-
-