-
- All Implemented Interfaces:
public interface BotRestClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBotRestClient.Companion
-
Method Summary
Modifier and Type Method Description abstract Call<SecondaryBotResponse>askOrchestration(@Body() AskEligibilityToOrchestratedBotRequest request)abstract Call<SecondaryBotResponse>resumeOrchestration(@Body() ResumeOrchestrationRequest request)-
-
Method Detail
-
askOrchestration
@POST(value = "orchestration/eligibility") abstract Call<SecondaryBotResponse> askOrchestration(@Body() AskEligibilityToOrchestratedBotRequest request)
-
resumeOrchestration
@POST(value = "orchestration/proxy") abstract Call<SecondaryBotResponse> resumeOrchestration(@Body() ResumeOrchestrationRequest request)
-
-
-
-