Interface ChatClient.CallResponseSpec
- All Known Implementing Classes:
DefaultChatClient.DefaultCallResponseSpec
- Enclosing interface:
- ChatClient
public static interface ChatClient.CallResponseSpec
-
Method Summary
Modifier and TypeMethodDescriptioncontent()<T> T<T> Tentity(StructuredOutputConverter<T> structuredOutputConverter) <T> Tentity(org.springframework.core.ParameterizedTypeReference<T> type) <T> ResponseEntity<ChatResponse,T> responseEntity(Class<T> type) <T> ResponseEntity<ChatResponse,T> responseEntity(StructuredOutputConverter<T> structuredOutputConverter) <T> ResponseEntity<ChatResponse,T> responseEntity(org.springframework.core.ParameterizedTypeReference<T> type)
-
Method Details
-
entity
@Nullable <T> T entity(org.springframework.core.ParameterizedTypeReference<T> type) -
entity
-
entity
-
chatClientResponse
ChatClientResponse chatClientResponse() -
chatResponse
-
content
-
responseEntity
-
responseEntity
<T> ResponseEntity<ChatResponse,T> responseEntity(org.springframework.core.ParameterizedTypeReference<T> type) -
responseEntity
<T> ResponseEntity<ChatResponse,T> responseEntity(StructuredOutputConverter<T> structuredOutputConverter)
-