public static interface CreateAssistantResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<CreateAssistantResponse.Builder,CreateAssistantResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAssistantResponse.Builder |
assistant(AssistantData assistant)
Information about the assistant.
|
default CreateAssistantResponse.Builder |
assistant(Consumer<AssistantData.Builder> assistant)
Information about the assistant.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssistantResponse.Builder assistant(AssistantData assistant)
Information about the assistant.
assistant - Information about the assistant.default CreateAssistantResponse.Builder assistant(Consumer<AssistantData.Builder> assistant)
Information about the assistant.
This is a convenience 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 © 2021. All rights reserved.