Show / Hide Table of Contents

Class UpdateDigitalAssistantParameterDetails

Properties to update a Digital Assistant Parameter.

Inheritance
object
UpdateDigitalAssistantParameterDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class UpdateDigitalAssistantParameterDetails

Properties

Value

Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

The current value. The value will be interpreted based on the type.

Remarks

Required

In this article
Back to top