public static interface GetAssistantResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<GetAssistantResponse.Builder,GetAssistantResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAssistantResponse.Builder |
assistant(AssistantData assistant)
Information about the assistant.
|
default GetAssistantResponse.Builder |
assistant(Consumer<AssistantData.Builder> assistant)
Information about the assistant.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssistantResponse.Builder assistant(AssistantData assistant)
Information about the assistant.
assistant - Information about the assistant.default GetAssistantResponse.Builder assistant(Consumer<AssistantData.Builder> assistant)
Information about the assistant.
This is a convenience method that creates an instance of theAssistantData.Builder avoiding the need
to create one manually via AssistantData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to assistant(AssistantData).
assistant - a consumer that will call methods on AssistantData.Builderassistant(AssistantData)Copyright © 2022. All rights reserved.