Interface InlineAgentReturnControlPayload.Builder

    • Method Detail

      • invocationId

        InlineAgentReturnControlPayload.Builder invocationId​(String invocationId)

        The identifier of the action group invocation.

        Parameters:
        invocationId - The identifier of the action group invocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invocationInputs

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invocationInputs

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.