Class PutInvocationStepRequest

    • Method Detail

      • invocationIdentifier

        public final String invocationIdentifier()

        The unique identifier (in UUID format) of the invocation to add the invocation step to.

        Returns:
        The unique identifier (in UUID format) of the invocation to add the invocation step to.
      • invocationStepId

        public final String invocationStepId()

        The unique identifier of the invocation step in UUID format.

        Returns:
        The unique identifier of the invocation step in UUID format.
      • invocationStepTime

        public final Instant invocationStepTime()

        The timestamp for when the invocation step occurred.

        Returns:
        The timestamp for when the invocation step occurred.
      • payload

        public final InvocationStepPayload payload()

        The payload for the invocation step, including text and images for the interaction.

        Returns:
        The payload for the invocation step, including text and images for the interaction.
      • sessionIdentifier

        public final String sessionIdentifier()

        The unique identifier for the session to add the invocation step to. You can specify either the session's sessionId or its Amazon Resource Name (ARN).

        Returns:
        The unique identifier for the session to add the invocation step to. You can specify either the session's sessionId or its Amazon Resource Name (ARN).
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object