Show / Hide Table of Contents

Class DigitalAssistantParameterCollection

A collection of Digital Assistant Parameter summaries.

Inheritance
object
DigitalAssistantParameterCollection
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 DigitalAssistantParameterCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DigitalAssistantParameterSummary> Items { get; set; }
Property Value
Type Description
List<DigitalAssistantParameterSummary>

The Digital Assistant Parameter summaries.

Remarks

Required

In this article
Back to top