Oracle Digital Assistant: SkillParameter¶
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 | SkillParameter |
| 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_skillparameter.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 |
|---|---|---|---|
description |
A description of the Parameter. | string |
No |
displayName |
The display name for the Parameter. | string |
Yes |
name |
The Parameter name. This must be unique within the parent resource. | string |
Yes |
type |
The value type. | string |
Yes |
value |
The current value. The value will be interpreted based on the type. |
string |
Yes |
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 |
|---|---|---|---|
description |
A description of the Parameter. | string |
No |
displayName |
The display name for the Parameter. | string |
No |
lifecycleState |
The Parameter's current state. | string |
No |
name |
The Parameter name. This must be unique within the parent resource. | string |
No |
status |
- | object |
Yes |
type |
The value type. | string |
No |
value |
The current value. The value will be interpreted based on the type. |
string |
No |
Sample Manifest¶
This example is generated from the checked-in sample manifest at config/samples/oda_v1beta1_skillparameter.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: SkillParameter
metadata:
name: skillparameter-sample
spec: {}