public class UpdateProviderOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateProviderOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
UpdateProviderOptions.Builder |
newBuilder()
New builder.
|
String |
providerId()
Gets the providerId.
|
ProviderSpecification |
specification()
Gets the specification.
|
ProviderPrivate |
xPrivate()
Gets the xPrivate.
|
public UpdateProviderOptions.Builder newBuilder()
public String providerId()
Unique identifier of the conversational skill provider.
public ProviderSpecification specification()
The specification of the provider.
public ProviderPrivate xPrivate()
Private information of the provider.
Copyright © 2024 IBM Cloud. All rights reserved.