Interface ExternalPage.AiAgentAvailabilityStage
-
- All Known Implementing Classes:
ExternalPage.Builder
- Enclosing class:
- ExternalPage
public static interface ExternalPage.AiAgentAvailabilityStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalPage.AiCopilotAvailabilityStageaiAgentAvailability(boolean aiAgentAvailability)Whether the external page should be used to answer questions by AI Agent.
-
-
-
Method Detail
-
aiAgentAvailability
ExternalPage.AiCopilotAvailabilityStage aiAgentAvailability(boolean aiAgentAvailability)
Whether the external page should be used to answer questions by AI Agent.
-
-