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> T
entity
(StructuredOutputConverter<T> structuredOutputConverter) <T> T
entity
(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
-
chatResponse
-
content
-
responseEntity
-
responseEntity
<T> ResponseEntity<ChatResponse,T> responseEntity(org.springframework.core.ParameterizedTypeReference<T> type) -
responseEntity
<T> ResponseEntity<ChatResponse,T> responseEntity(StructuredOutputConverter<T> structuredOutputConverter)
-