Oracle Digital Assistant: Skill¶
Manage OCI Digital Assistant resources from Kubernetes. This page is generated from checked-in package metadata, CRD schemas, and sample manifests.
Resource Snapshot¶
| Field | Value |
|---|---|
| Service | oda |
| Resource | Skill |
| API Version | oda.oracle.com/v1beta1 |
| Package | Oracle Digital Assistant |
| Support Status | Preview |
| Latest Released Version | v2.1.0-alpha |
| Install Namespace | oci-service-operator-oda-system |
Quick Links¶
- Resource Guide Index
- Setup Guide
- Package Page
- API Reference
- Spec Reference
- Status Reference
- Rendered Sample (
config/samples/oda_v1beta1_skill.yaml)
Spec Fields¶
This summary shows the top-level spec fields. Use the full API reference for nested fields, defaults, and enum values.
| Field | Description | Type | Required |
|---|---|---|---|
category |
The resource's category. This is used to group resource's together. | string |
No |
definedTags |
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace": {"bar-key": "value"}} |
map[string, map[string, string]] |
No |
description |
A short description of the resource. | string |
No |
dialogVersion |
The resource's dialog version. | string |
No |
displayName |
The resource's display name. | string |
No |
freeformTags |
Simple key-value pair that is applied without any predefined name, type, or scope. Example: {"bar-key": "value"} |
map[string, string] |
No |
id |
The unique identifier of the Skill to clone. | string |
No |
jsonData |
- | string |
No |
kind |
- | string |
No |
multilingualMode |
The multilingual mode for the resource. | string |
No |
name |
The reource's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter. | string |
No |
nativeLanguageTags |
A list of native languages supported by this resource. | list[string] |
No |
platformVersion |
The ODA Platform Version for this resource. | string |
No |
primaryLanguageTag |
The primary language for the resource. | string |
No |
version |
The resource's version. The version can only contain numbers, letters, periods, underscores, dashes or spaces. The version must begin with a letter or a number. | string |
No |
Status Fields¶
This summary shows the top-level status fields. Use the full API reference for nested fields, defaults, and enum values.
| Field | Description | Type | Required |
|---|---|---|---|
baseId |
The unique identifier for the base reource (when this resource extends another). | string |
No |
category |
The resource's category. This is used to group resource's together. | string |
No |
definedTags |
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace": {"bar-key": "value"}} |
map[string, map[string, string]] |
No |
description |
A short description of the resource. | string |
No |
dialogVersion |
The resource's dialog version. | string |
No |
displayName |
The resource's display name. | string |
No |
freeformTags |
Simple key-value pair that is applied without any predefined name, type, or scope. Example: {"bar-key": "value"} |
map[string, string] |
No |
id |
Unique immutable identifier that was assigned when the resource was created. | string |
No |
lifecycleDetails |
The resource's publish state. | string |
No |
lifecycleState |
The resource's current state. | string |
No |
multilingualMode |
The multilingual mode for the resource. | string |
No |
name |
The reource's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter. | string |
No |
namespace |
The resource's namespace. | string |
No |
nativeLanguageTags |
A list of native languages supported by this resource. | list[string] |
No |
platformVersion |
The ODA Platform Version for this resource. | string |
No |
primaryLanguageTag |
The primary language for the resource. | string |
No |
status |
- | object |
Yes |
timeCreated |
When the resource was created. A date-time string as described in RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. | string |
No |
timeUpdated |
When the resource was last updated. A date-time string as described in RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. | string |
No |
version |
The resource's version. The version can only contain numbers, letters, periods, underscores, dashes or spaces. The version must begin with a letter or a number. | string |
No |
Sample Manifest¶
This example is generated from the checked-in sample manifest at config/samples/oda_v1beta1_skill.yaml. Replace placeholder values before applying it.
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#
apiVersion: oda.oracle.com/v1beta1
kind: Skill
metadata:
name: skill-sample
spec: {}