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