Interface CreateExternalPageRequest._FinalStage
-
- All Known Implementing Classes:
CreateExternalPageRequest.Builder
- Enclosing class:
- CreateExternalPageRequest
public static interface CreateExternalPageRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateExternalPageRequest._FinalStageaiAgentAvailability(java.lang.Boolean aiAgentAvailability)CreateExternalPageRequest._FinalStageaiAgentAvailability(java.util.Optional<java.lang.Boolean> aiAgentAvailability)Whether the external page should be used to answer questions by AI Agent.CreateExternalPageRequest._FinalStageaiCopilotAvailability(java.lang.Boolean aiCopilotAvailability)CreateExternalPageRequest._FinalStageaiCopilotAvailability(java.util.Optional<java.lang.Boolean> aiCopilotAvailability)Whether the external page should be used to answer questions by AI Copilot.CreateExternalPageRequestbuild()CreateExternalPageRequest._FinalStageurl(java.lang.String url)CreateExternalPageRequest._FinalStageurl(java.util.Optional<java.lang.String> url)The URL of the external page.
-
-
-
Method Detail
-
build
CreateExternalPageRequest build()
-
url
CreateExternalPageRequest._FinalStage url(java.util.Optional<java.lang.String> url)
The URL of the external page. This will be used by Fin to link end users to the page it based its answer on. When a URL is not present, Fin will not reference the source.
-
url
CreateExternalPageRequest._FinalStage url(java.lang.String url)
-
aiAgentAvailability
CreateExternalPageRequest._FinalStage aiAgentAvailability(java.util.Optional<java.lang.Boolean> aiAgentAvailability)
Whether the external page should be used to answer questions by AI Agent. Will not default when updating an existing external page.
-
aiAgentAvailability
CreateExternalPageRequest._FinalStage aiAgentAvailability(java.lang.Boolean aiAgentAvailability)
-
aiCopilotAvailability
CreateExternalPageRequest._FinalStage aiCopilotAvailability(java.util.Optional<java.lang.Boolean> aiCopilotAvailability)
Whether the external page should be used to answer questions by AI Copilot. Will not default when updating an existing external page.
-
aiCopilotAvailability
CreateExternalPageRequest._FinalStage aiCopilotAvailability(java.lang.Boolean aiCopilotAvailability)
-
-