Class OrchestrationSpringChatResponse

java.lang.Object
org.springframework.ai.chat.model.ChatResponse
com.sap.ai.sdk.orchestration.spring.OrchestrationSpringChatResponse
All Implemented Interfaces:
org.springframework.ai.model.ModelResponse<org.springframework.ai.chat.model.Generation>

public final class OrchestrationSpringChatResponse extends org.springframework.ai.chat.model.ChatResponse
Response from the orchestration service in a Spring AI ChatResponse.
Since:
1.2.0
  • Method Details

    • getOrchestrationResponse

      public OrchestrationChatResponse getOrchestrationResponse()
    • toString

      public String toString()
      Overrides:
      toString in class org.springframework.ai.chat.model.ChatResponse
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.springframework.ai.chat.model.ChatResponse
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.ai.chat.model.ChatResponse