Interface FlowInput.Builder

    • Method Detail

      • content

        FlowInput.Builder content​(FlowInputContent content)

        Contains information about an input into the prompt flow.

        Parameters:
        content - Contains information about an input into the prompt flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeInputName

        FlowInput.Builder nodeInputName​(String nodeInputName)

        The name of the input from the flow input node.

        Parameters:
        nodeInputName - The name of the input from the flow input node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeName

        FlowInput.Builder nodeName​(String nodeName)

        The name of the flow input node that begins the prompt flow.

        Parameters:
        nodeName - The name of the flow input node that begins the prompt flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeOutputName

        FlowInput.Builder nodeOutputName​(String nodeOutputName)

        The name of the output from the flow input node that begins the prompt flow.

        Parameters:
        nodeOutputName - The name of the output from the flow input node that begins the prompt flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.