Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ManagementClient

This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.

Hierarchy

  • ManagementClient

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new ManagementClient(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration): ManagementClient

Properties

Protected _bodyDuplexMode

_bodyDuplexMode: any = undefined

Protected _circuitBreaker

_circuitBreaker: typeof Breaker | null = null

Protected _clientConfiguration

_clientConfiguration: ClientConfiguration

Protected _defaultHeaders

_defaultHeaders: any

Protected _endpoint

_endpoint: string = ""

Protected _httpClient

_httpClient: HttpClient

Protected _httpOptions

_httpOptions: any = undefined

Protected _lastSetRegionOrRegionId

_lastSetRegionOrRegionId: string = ""

Protected _realmSpecificEndpointTemplateEnabled

_realmSpecificEndpointTemplateEnabled: boolean | undefined = undefined

Protected _region

_region: Region

Protected _regionId

_regionId: string = ""

Protected _waiters

targetService

targetService: string = "Management"

Static Protected endpointServiceName

endpointServiceName: string = ""

Static Protected serviceEndpointTemplate

serviceEndpointTemplate: string = "https://digitalassistant-api.{region}.oci.{secondLevelDomain}"

Accessors

endpoint

  • get endpoint(): string
  • set endpoint(endpoint: string): void

logger

region

  • set region(region: Region): void
  • Sets the region to call (ex, Region.US_PHOENIX_1). Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.

    Parameters

    • region: Region

      The region of the service.

    Returns void

regionId

  • set regionId(regionId: string): void
  • Sets the regionId to call (ex, 'us-phoenix-1').

    Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}. If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1 and then call {@link #endpoint(String) endpoint}.

    Parameters

    • regionId: string

      The public region ID.

    Returns void

useRealmSpecificEndpointTemplate

  • set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean): void
  • Determines whether realm specific endpoint should be used or not. Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"

    Parameters

    • realmSpecificEndpointTemplateEnabled: boolean

      flag to enable the use of realm specific endpoint template

    Returns void

Methods

bulkCreateSkillEntities

  • Bulk create composite and value list entities into a skill.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use BulkCreateSkillEntities API.

    Parameters

    Returns Promise<BulkCreateSkillEntitiesResponse>

    BulkCreateSkillEntitiesResponse

cascadingDeleteSkillCustomEntities

changeOdaPrivateEndpointCompartment

  • Starts an asynchronous job to move the specified ODA Private Endpoint into a different compartment.

    To monitor the status of the job, take the `opc-work-request-id` response header value and use it to call `GET /workRequests/{workRequestID}`. When provided, If-Match is checked against ETag values of the resource.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ChangeOdaPrivateEndpointCompartment API.

    Parameters

    Returns Promise<ChangeOdaPrivateEndpointCompartmentResponse>

    ChangeOdaPrivateEndpointCompartmentResponse

close

  • close(): void

configureDigitalAssistantParameters

  • This will store the provided parameters in the Digital Assistant instance and update any Digital Assistants with matching parameters.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ConfigureDigitalAssistantParameters API.

    Parameters

    Returns Promise<ConfigureDigitalAssistantParametersResponse>

    ConfigureDigitalAssistantParametersResponse

createAuthenticationProvider

createChannel

  • Creates a new Channel.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use CreateChannel API.

    Parameters

    Returns Promise<CreateChannelResponse>

    CreateChannelResponse

createDigitalAssistant

  • Creates a new Digital Assistant.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use CreateDigitalAssistant API.

    Parameters

    Returns Promise<CreateDigitalAssistantResponse>

    CreateDigitalAssistantResponse

createOdaPrivateEndpoint

  • Starts an asynchronous job to create an ODA Private Endpoint.

    To monitor the status of the job, take the `opc-work-request-id` response header value and use it to call `GET /workRequests/{workRequestID}`.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use CreateOdaPrivateEndpoint API.

    Parameters

    Returns Promise<CreateOdaPrivateEndpointResponse>

    CreateOdaPrivateEndpointResponse

createOdaPrivateEndpointAttachment

  • Starts an asynchronous job to create an ODA Private Endpoint Attachment.

    To monitor the status of the job, take the `opc-work-request-id` response header value and use it to call `GET /workRequests/{workRequestID}`.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use CreateOdaPrivateEndpointAttachment API.

    Parameters

    Returns Promise<CreateOdaPrivateEndpointAttachmentResponse>

    CreateOdaPrivateEndpointAttachmentResponse

createOdaPrivateEndpointScanProxy

  • Starts an asynchronous job to create an ODA Private Endpoint Scan Proxy.

    To monitor the status of the job, take the `opc-work-request-id` response header value and use it to call `GET /workRequests/{workRequestID}`.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use CreateOdaPrivateEndpointScanProxy API.

    Parameters

    Returns Promise<CreateOdaPrivateEndpointScanProxyResponse>

    CreateOdaPrivateEndpointScanProxyResponse

createSkill

  • Creates a new Skill from scratch.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use CreateSkill API.

    Parameters

    Returns Promise<CreateSkillResponse>

    CreateSkillResponse

createSkillParameter

  • Creates a new Skill Parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use CreateSkillParameter API.

    Parameters

    Returns Promise<CreateSkillParameterResponse>

    CreateSkillParameterResponse

createTranslator

  • Creates a new Translator

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use CreateTranslator API.

    Parameters

    Returns Promise<CreateTranslatorResponse>

    CreateTranslatorResponse

createWaiters

  • Creates a new ManagementWaiter for resources for this service.

    Parameters

    • Optional config: common.WaiterConfiguration

      The waiter configuration for termination and delay strategy

    Returns ManagementWaiter

    The service waiters.

deleteAuthenticationProvider

deleteChannel

  • Delete the specified Channel. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DeleteChannel API.

    Parameters

    Returns Promise<DeleteChannelResponse>

    DeleteChannelResponse

deleteDigitalAssistant

  • Delete the specified Digital Assistant.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DeleteDigitalAssistant API.

    Parameters

    Returns Promise<DeleteDigitalAssistantResponse>

    DeleteDigitalAssistantResponse

deleteOdaPrivateEndpoint

  • Starts an asynchronous job to delete the specified ODA Private Endpoint. To monitor the status of the job, take the opc-work-request-id response header value and use it to call GET /workRequests/{workRequestID}. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DeleteOdaPrivateEndpoint API.

    Parameters

    Returns Promise<DeleteOdaPrivateEndpointResponse>

    DeleteOdaPrivateEndpointResponse

deleteOdaPrivateEndpointAttachment

  • Starts an asynchronous job to delete the specified ODA Private Endpoint Attachment. To monitor the status of the job, take the opc-work-request-id response header value and use it to call GET /workRequests/{workRequestID}. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DeleteOdaPrivateEndpointAttachment API.

    Parameters

    Returns Promise<DeleteOdaPrivateEndpointAttachmentResponse>

    DeleteOdaPrivateEndpointAttachmentResponse

deleteOdaPrivateEndpointScanProxy

  • Starts an asynchronous job to delete the specified ODA Private Endpoint Scan Proxy. To monitor the status of the job, take the opc-work-request-id response header value and use it to call GET /workRequests/{workRequestID}. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DeleteOdaPrivateEndpointScanProxy API.

    Parameters

    Returns Promise<DeleteOdaPrivateEndpointScanProxyResponse>

    DeleteOdaPrivateEndpointScanProxyResponse

deleteSkill

  • Delete the specified Skill.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DeleteSkill API.

    Parameters

    Returns Promise<DeleteSkillResponse>

    DeleteSkillResponse

deleteSkillParameter

  • Delete the specified Skill Parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DeleteSkillParameter API.

    Parameters

    Returns Promise<DeleteSkillParameterResponse>

    DeleteSkillParameterResponse

deleteTranslator

  • Delete the specified Translator. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DeleteTranslator API.

    Parameters

    Returns Promise<DeleteTranslatorResponse>

    DeleteTranslatorResponse

exportDigitalAssistant

  • Exports the specified Digital Assistant as an archive to Object Storage. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ExportDigitalAssistant API.

    Parameters

    Returns Promise<ExportDigitalAssistantResponse>

    ExportDigitalAssistantResponse

exportSkill

  • Exports the specified Skill as an archive to Object Storage. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ExportSkill API.

    Parameters

    Returns Promise<ExportSkillResponse>

    ExportSkillResponse

getAuthenticationProvider

getChannel

  • Gets the specified Channel. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use GetChannel API.

    Parameters

    Returns Promise<GetChannelResponse>

    GetChannelResponse

getDigitalAssistant

  • Gets the specified Digital Assistant. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use GetDigitalAssistant API.

    Parameters

    Returns Promise<GetDigitalAssistantResponse>

    GetDigitalAssistantResponse

getDigitalAssistantParameter

getOdaPrivateEndpoint

  • Gets the specified ODA Private Endpoint. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use GetOdaPrivateEndpoint API.

    Parameters

    Returns Promise<GetOdaPrivateEndpointResponse>

    GetOdaPrivateEndpointResponse

getOdaPrivateEndpointAttachment

getOdaPrivateEndpointScanProxy

getSkill

  • Gets the specified Skill. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use GetSkill API.

    Parameters

    Returns Promise<GetSkillResponse>

    GetSkillResponse

getSkillParameter

  • Gets the specified Skill Parameter. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use GetSkillParameter API.

    Parameters

    Returns Promise<GetSkillParameterResponse>

    GetSkillParameterResponse

getTranslator

  • Gets the specified Translator. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use GetTranslator API.

    Parameters

    Returns Promise<GetTranslatorResponse>

    GetTranslatorResponse

getWaiters

importBot

  • Import a Bot archive from Object Storage. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ImportBot API.

    Parameters

    Returns Promise<ImportBotResponse>

    ImportBotResponse

listAuthenticationProviders

  • Returns a page of Authentication Providers that belong to the specified Digital Assistant instance.

    If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListAuthenticationProviders API.

    Parameters

    Returns Promise<ListAuthenticationProvidersResponse>

    ListAuthenticationProvidersResponse

listChannels

  • Returns a page of Channels that belong to the specified Digital Assistant instance.

    If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListChannels API.

    Parameters

    Returns Promise<ListChannelsResponse>

    ListChannelsResponse

listDigitalAssistantParameters

  • Returns a page of Parameters that belong to the specified Digital Assistant.

    If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListDigitalAssistantParameters API.

    Parameters

    Returns Promise<ListDigitalAssistantParametersResponse>

    ListDigitalAssistantParametersResponse

listDigitalAssistants

  • Returns a page of Digital Assistants that belong to the specified Digital Assistant instance.

    If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListDigitalAssistants API.

    Parameters

    Returns Promise<ListDigitalAssistantsResponse>

    ListDigitalAssistantsResponse

listOdaPrivateEndpointAttachments

  • Returns a page of ODA Instances attached to this ODA Private Endpoint.

    If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListOdaPrivateEndpointAttachments API.

    Parameters

    Returns Promise<ListOdaPrivateEndpointAttachmentsResponse>

    ListOdaPrivateEndpointAttachmentsResponse

listOdaPrivateEndpointScanProxies

  • Returns a page of ODA Private Endpoint Scan Proxies that belong to the specified ODA Private Endpoint.

    If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListOdaPrivateEndpointScanProxies API.

    Parameters

    Returns Promise<ListOdaPrivateEndpointScanProxiesResponse>

    ListOdaPrivateEndpointScanProxiesResponse

listOdaPrivateEndpoints

  • Returns a page of ODA Private Endpoints that belong to the specified compartment.

    If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListOdaPrivateEndpoints API.

    Parameters

    Returns Promise<ListOdaPrivateEndpointsResponse>

    ListOdaPrivateEndpointsResponse

listSkillParameters

  • Returns a page of Skill Parameters that belong to the specified Skill.

    If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListSkillParameters API.

    Parameters

    Returns Promise<ListSkillParametersResponse>

    ListSkillParametersResponse

listSkills

  • Returns a page of Skills that belong to the specified Digital Assistant instance.

    If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListSkills API.

    Parameters

    Returns Promise<ListSkillsResponse>

    ListSkillsResponse

listTranslators

  • Returns a page of Translators that belong to the specified Digital Assistant instance.

    If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListTranslators API.

    Parameters

    Returns Promise<ListTranslatorsResponse>

    ListTranslatorsResponse

publishDigitalAssistant

  • Publish a draft Digital Assistant. Once published the Digital Assistant cannot be modified.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use PublishDigitalAssistant API.

    Parameters

    Returns Promise<PublishDigitalAssistantResponse>

    PublishDigitalAssistantResponse

publishSkill

  • Publish a draft Skill. Once published it cannot be modified.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use PublishSkill API.

    Parameters

    Returns Promise<PublishSkillResponse>

    PublishSkillResponse

rotateChannelKeys

  • This will generate new keys for any generated keys in the Channel (eg. secretKey, verifyToken). If a Channel has no generated keys then no changes will be made. Ensure that you take note of the newly generated keys in the response as they will not be returned again.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use RotateChannelKeys API.

    Parameters

    Returns Promise<RotateChannelKeysResponse>

    RotateChannelKeysResponse

shutdownCircuitBreaker

  • shutdownCircuitBreaker(): void

startChannel

  • Starts a Channel so that it will begin accepting messages.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use StartChannel API.

    Parameters

    Returns Promise<StartChannelResponse>

    StartChannelResponse

stopChannel

  • Stops a Channel so that it will no longer accept messages.

    This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use StopChannel API.

    Parameters

    Returns Promise<StopChannelResponse>

    StopChannelResponse

trainSkill

  • Train a skill. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use TrainSkill API.

    Parameters

    Returns Promise<TrainSkillResponse>

    TrainSkillResponse

updateAuthenticationProvider

  • Updates the specified Authentication Provider with the information in the request body. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use UpdateAuthenticationProvider API.

    Parameters

    Returns Promise<UpdateAuthenticationProviderResponse>

    UpdateAuthenticationProviderResponse

updateChannel

  • Updates the specified Channel with the information in the request body. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use UpdateChannel API.

    Parameters

    Returns Promise<UpdateChannelResponse>

    UpdateChannelResponse

updateDigitalAssistant

  • Updates the specified Digital Assistant with the information in the request body. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use UpdateDigitalAssistant API.

    Parameters

    Returns Promise<UpdateDigitalAssistantResponse>

    UpdateDigitalAssistantResponse

updateDigitalAssistantParameter

  • Updates the specified Digital Assistant Parameter with the information in the request body. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use UpdateDigitalAssistantParameter API.

    Parameters

    Returns Promise<UpdateDigitalAssistantParameterResponse>

    UpdateDigitalAssistantParameterResponse

updateOdaPrivateEndpoint

  • Starts an asynchronous job to update the specified ODA Private Endpoint with the information in the request body. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use UpdateOdaPrivateEndpoint API.

    Parameters

    Returns Promise<UpdateOdaPrivateEndpointResponse>

    UpdateOdaPrivateEndpointResponse

updateSkill

  • Updates the specified Skill with the information in the request body. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use UpdateSkill API.

    Parameters

    Returns Promise<UpdateSkillResponse>

    UpdateSkillResponse

updateSkillParameter

  • Updates the specified Skill Parameter with the information in the request body. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use UpdateSkillParameter API.

    Parameters

    Returns Promise<UpdateSkillParameterResponse>

    UpdateSkillParameterResponse

updateTranslator

  • Updates the specified Translator with the information in the request body. This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.

    throws

    OciError when an error occurs

    example

    Click here to see how to use UpdateTranslator API.

    Parameters

    Returns Promise<UpdateTranslatorResponse>

    UpdateTranslatorResponse