@Preview(value="3.1")
public interface ChatRequestDesc
限定符和类型 | 方法和说明 |
---|---|
ChatResponse |
call()
调用
|
ChatRequestDesc |
options(ChatOptions options)
选项设置
|
ChatRequestDesc |
options(java.util.function.Consumer<ChatOptions> optionsBuilder)
选项配置
|
org.reactivestreams.Publisher<ChatResponse> |
stream()
流响应
|
ChatRequestDesc options(ChatOptions options)
options
- 选项ChatRequestDesc options(java.util.function.Consumer<ChatOptions> optionsBuilder)
optionsBuilder
- 选项构建器ChatResponse call() throws java.io.IOException
java.io.IOException
org.reactivestreams.Publisher<ChatResponse> stream()