ODA Management Types

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CHANGE_ODA_PRIVATE_ENDPOINT_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_oda_private_endpoint_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_change_oda_private_endpoint_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CONFIGURE_DIGITAL_ASSISTANT_PARAMETERS_RESPONSE_T Type

Contains the response body, headers and the status code of the configure_digital_assistant_parameters request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_configure_digital_assistant_parameters_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CREATE_AUTHENTICATION_PROVIDER_RESPONSE_T Type

Contains the response body, headers and the status code of the create_authentication_provider request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_create_authentication_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_authentication_provider_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_authentication_provider

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CREATE_CHANNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the create_channel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_create_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_create_channel_result_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_channel

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CREATE_DIGITAL_ASSISTANT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_digital_assistant request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_create_digital_assistant_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CREATE_ODA_PRIVATE_ENDPOINT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_oda_private_endpoint request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_create_oda_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_oda_private_endpoint_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_oda_private_endpoint

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CREATE_ODA_PRIVATE_ENDPOINT_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_oda_private_endpoint_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_create_oda_private_endpoint_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_oda_private_endpoint_attachment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_oda_private_endpoint_attachment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CREATE_ODA_PRIVATE_ENDPOINT_SCAN_PROXY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_oda_private_endpoint_scan_proxy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_create_oda_private_endpoint_scan_proxy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_oda_private_endpoint_scan_proxy_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_oda_private_endpoint_scan_proxy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CREATE_SKILL_RESPONSE_T Type

Contains the response body, headers and the status code of the create_skill request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_create_skill_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CREATE_SKILL_PARAMETER_RESPONSE_T Type

Contains the response body, headers and the status code of the create_skill_parameter request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_create_skill_parameter_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_skill_parameter_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_skill_parameter

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_CREATE_TRANSLATOR_RESPONSE_T Type

Contains the response body, headers and the status code of the create_translator request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_create_translator_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_translator_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_translator

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_DELETE_AUTHENTICATION_PROVIDER_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_authentication_provider request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_delete_authentication_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_DELETE_CHANNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_channel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_delete_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_DELETE_DIGITAL_ASSISTANT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_digital_assistant request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_delete_digital_assistant_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_DELETE_ODA_PRIVATE_ENDPOINT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_oda_private_endpoint request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_delete_oda_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_DELETE_ODA_PRIVATE_ENDPOINT_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_oda_private_endpoint_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_delete_oda_private_endpoint_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_DELETE_ODA_PRIVATE_ENDPOINT_SCAN_PROXY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_oda_private_endpoint_scan_proxy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_delete_oda_private_endpoint_scan_proxy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_DELETE_SKILL_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_skill request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_delete_skill_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_DELETE_SKILL_PARAMETER_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_skill_parameter request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_delete_skill_parameter_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_DELETE_TRANSLATOR_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_translator request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_delete_translator_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_EXPORT_DIGITAL_ASSISTANT_RESPONSE_T Type

Contains the response body, headers and the status code of the export_digital_assistant request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_export_digital_assistant_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_EXPORT_SKILL_RESPONSE_T Type

Contains the response body, headers and the status code of the export_skill request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_export_skill_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_GET_AUTHENTICATION_PROVIDER_RESPONSE_T Type

Contains the response body, headers and the status code of the get_authentication_provider request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_get_authentication_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_authentication_provider_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_authentication_provider

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_GET_CHANNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the get_channel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_get_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_channel_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_channel

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_GET_DIGITAL_ASSISTANT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_digital_assistant request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_get_digital_assistant_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_digital_assistant_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_digital_assistant

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_GET_DIGITAL_ASSISTANT_PARAMETER_RESPONSE_T Type

Contains the response body, headers and the status code of the get_digital_assistant_parameter request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_get_digital_assistant_parameter_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_digital_assistant_parameter_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_digital_assistant_parameter

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_GET_ODA_PRIVATE_ENDPOINT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_oda_private_endpoint request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_get_oda_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_oda_private_endpoint_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_oda_private_endpoint

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_GET_ODA_PRIVATE_ENDPOINT_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_oda_private_endpoint_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_get_oda_private_endpoint_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_oda_private_endpoint_attachment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_oda_private_endpoint_attachment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_GET_ODA_PRIVATE_ENDPOINT_SCAN_PROXY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_oda_private_endpoint_scan_proxy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_get_oda_private_endpoint_scan_proxy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_oda_private_endpoint_scan_proxy_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_oda_private_endpoint_scan_proxy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_GET_SKILL_RESPONSE_T Type

Contains the response body, headers and the status code of the get_skill request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_get_skill_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_skill_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_skill

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_GET_SKILL_PARAMETER_RESPONSE_T Type

Contains the response body, headers and the status code of the get_skill_parameter request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_get_skill_parameter_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_skill_parameter_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_skill_parameter

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_GET_TRANSLATOR_RESPONSE_T Type

Contains the response body, headers and the status code of the get_translator request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_get_translator_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_translator_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_translator

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_IMPORT_BOT_RESPONSE_T Type

Contains the response body, headers and the status code of the import_bot request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_import_bot_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_LIST_AUTHENTICATION_PROVIDERS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_authentication_providers request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_list_authentication_providers_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_authentication_provider_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_authentication_providers

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_LIST_CHANNELS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_channels request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_list_channels_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_channel_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_channels

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_LIST_DIGITAL_ASSISTANT_PARAMETERS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_digital_assistant_parameters request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_list_digital_assistant_parameters_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_digital_assistant_parameter_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_digital_assistant_parameters

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_LIST_DIGITAL_ASSISTANTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_digital_assistants request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_list_digital_assistants_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_digital_assistant_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_digital_assistants

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_LIST_ODA_PRIVATE_ENDPOINT_ATTACHMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_oda_private_endpoint_attachments request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_list_oda_private_endpoint_attachments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_oda_private_endpoint_attachment_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_oda_private_endpoint_attachments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_LIST_ODA_PRIVATE_ENDPOINT_SCAN_PROXIES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_oda_private_endpoint_scan_proxies request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_list_oda_private_endpoint_scan_proxies_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_oda_private_endpoint_scan_proxy_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_oda_private_endpoint_scan_proxies

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_LIST_ODA_PRIVATE_ENDPOINTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_oda_private_endpoints request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_list_oda_private_endpoints_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_oda_private_endpoint_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_oda_private_endpoints

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_LIST_SKILL_PARAMETERS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_skill_parameters request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_list_skill_parameters_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_skill_parameter_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_skill_parameters

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_LIST_SKILLS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_skills request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_list_skills_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_skill_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_skills

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_LIST_TRANSLATORS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_translators request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_list_translators_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_translator_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_translators

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_PUBLISH_DIGITAL_ASSISTANT_RESPONSE_T Type

Contains the response body, headers and the status code of the publish_digital_assistant request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_publish_digital_assistant_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_digital_assistant_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of publish_digital_assistant

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_PUBLISH_SKILL_RESPONSE_T Type

Contains the response body, headers and the status code of the publish_skill request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_publish_skill_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_skill_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of publish_skill

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_ROTATE_CHANNEL_KEYS_RESPONSE_T Type

Contains the response body, headers and the status code of the rotate_channel_keys request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_rotate_channel_keys_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_create_channel_result_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of rotate_channel_keys

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_START_CHANNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the start_channel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_start_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_channel_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of start_channel

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_STOP_CHANNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the stop_channel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_stop_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_channel_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of stop_channel

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_UPDATE_AUTHENTICATION_PROVIDER_RESPONSE_T Type

Contains the response body, headers and the status code of the update_authentication_provider request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_update_authentication_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_authentication_provider_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_authentication_provider

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_UPDATE_CHANNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the update_channel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_update_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_channel_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_channel

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_UPDATE_DIGITAL_ASSISTANT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_digital_assistant request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_update_digital_assistant_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_digital_assistant_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_digital_assistant

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_UPDATE_DIGITAL_ASSISTANT_PARAMETER_RESPONSE_T Type

Contains the response body, headers and the status code of the update_digital_assistant_parameter request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_update_digital_assistant_parameter_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_digital_assistant_parameter_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_digital_assistant_parameter

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_UPDATE_ODA_PRIVATE_ENDPOINT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_oda_private_endpoint request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_update_oda_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_UPDATE_SKILL_RESPONSE_T Type

Contains the response body, headers and the status code of the update_skill request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_update_skill_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_skill_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_skill

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_UPDATE_SKILL_PARAMETER_RESPONSE_T Type

Contains the response body, headers and the status code of the update_skill_parameter request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_update_skill_parameter_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_skill_parameter_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_skill_parameter

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ODA_MANAGEMENT_UPDATE_TRANSLATOR_RESPONSE_T Type

Contains the response body, headers and the status code of the update_translator request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_management_update_translator_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_oda_translator_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_translator

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?