static InlineAgentReturnControlPayload.Builder |
InlineAgentReturnControlPayload.builder() |
|
InlineAgentReturnControlPayload.Builder |
InlineAgentReturnControlPayload.Builder.invocationId(String invocationId) |
The identifier of the action group invocation.
|
InlineAgentReturnControlPayload.Builder |
InlineAgentReturnControlPayload.BuilderImpl.invocationId(String invocationId) |
|
InlineAgentReturnControlPayload.Builder |
InlineAgentReturnControlPayload.Builder.invocationInputs(Collection<InvocationInputMember> invocationInputs) |
A list of objects that contain information about the parameters and inputs that need to be sent into the API
operation or function, based on what the agent determines from its session with the user.
|
InlineAgentReturnControlPayload.Builder |
InlineAgentReturnControlPayload.Builder.invocationInputs(Consumer<InvocationInputMember.Builder>... invocationInputs) |
A list of objects that contain information about the parameters and inputs that need to be sent into the API
operation or function, based on what the agent determines from its session with the user.
|
InlineAgentReturnControlPayload.Builder |
InlineAgentReturnControlPayload.Builder.invocationInputs(InvocationInputMember... invocationInputs) |
A list of objects that contain information about the parameters and inputs that need to be sent into the API
operation or function, based on what the agent determines from its session with the user.
|
InlineAgentReturnControlPayload.Builder |
InlineAgentReturnControlPayload.BuilderImpl.invocationInputs(Collection<InvocationInputMember> invocationInputs) |
|
InlineAgentReturnControlPayload.Builder |
InlineAgentReturnControlPayload.BuilderImpl.invocationInputs(Consumer<InvocationInputMember.Builder>... invocationInputs) |
|
InlineAgentReturnControlPayload.Builder |
InlineAgentReturnControlPayload.BuilderImpl.invocationInputs(InvocationInputMember... invocationInputs) |
|
static InlineAgentReturnControlPayload.Builder |
InlineAgentResponseStream.returnControlBuilder() |
Create a builder for the returnControl event type for this stream.
|
InlineAgentReturnControlPayload.Builder |
InlineAgentReturnControlPayload.toBuilder() |
|