Interface ExternalPage.HtmlStage
-
- All Known Implementing Classes:
ExternalPage.Builder
- Enclosing class:
- ExternalPage
public static interface ExternalPage.HtmlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalPage.AiAgentAvailabilityStagehtml(java.lang.String html)The body of the external page in HTML.
-
-
-
Method Detail
-
html
ExternalPage.AiAgentAvailabilityStage html(@NotNull java.lang.String html)
The body of the external page in HTML.
-
-