Class TestSetTurnRecord

    • Method Detail

      • recordNumber

        public final Long recordNumber()

        The record number associated with the turn.

        Returns:
        The record number associated with the turn.
      • conversationId

        public final String conversationId()

        The unique identifier for the conversation associated with the turn.

        Returns:
        The unique identifier for the conversation associated with the turn.
      • turnNumber

        public final Integer turnNumber()

        The number of turns that has elapsed up to that turn.

        Returns:
        The number of turns that has elapsed up to that turn.
      • turnSpecification

        public final TurnSpecification turnSpecification()

        Contains information about the agent or user turn depending upon type of turn.

        Returns:
        Contains information about the agent or user turn depending upon type of turn.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)