Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TurnSpecification.Builder
-
Packages that use TurnSpecification.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TurnSpecification.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TurnSpecification.Builder Modifier and Type Method Description default TurnSpecification.BuilderTurnSpecification.Builder. agentTurn(Consumer<AgentTurnSpecification.Builder> agentTurn)Contains information about the agent messages in the turn.TurnSpecification.BuilderTurnSpecification.Builder. agentTurn(AgentTurnSpecification agentTurn)Contains information about the agent messages in the turn.static TurnSpecification.BuilderTurnSpecification. builder()TurnSpecification.BuilderTurnSpecification. toBuilder()default TurnSpecification.BuilderTurnSpecification.Builder. userTurn(Consumer<UserTurnSpecification.Builder> userTurn)Contains information about the user messages in the turn.TurnSpecification.BuilderTurnSpecification.Builder. userTurn(UserTurnSpecification userTurn)Contains information about the user messages in the turn.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TurnSpecification.Builder Modifier and Type Method Description static Class<? extends TurnSpecification.Builder>TurnSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TurnSpecification.Builder Modifier and Type Method Description default TestSetTurnRecord.BuilderTestSetTurnRecord.Builder. turnSpecification(Consumer<TurnSpecification.Builder> turnSpecification)Contains information about the agent or user turn depending upon type of turn.
-