Show / Hide Table of Contents

Class EntityTypeEntityArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EntityTypeEntityArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Diagflow.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class EntityTypeEntityArgs : ResourceArgs

Constructors

View Source

EntityTypeEntityArgs()

Declaration
public EntityTypeEntityArgs()

Properties

View Source

Synonyms

A collection of value synonyms. For example, if the entity type is vegetable, and value is scallions, a synonym could be green onions. For KIND_LIST entity types:

  • This collection must contain exactly one synonym equal to value.
Declaration
public InputList<string> Synonyms { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Value

The primary value associated with this entity entry. For example, if the entity type is vegetable, the value could be scallions. For KIND_MAP entity types:

  • A reference value to be used in place of synonyms. For KIND_LIST entity types:
  • A string that can contain references to other entity types (with or without aliases).
Declaration
public Input<string> Value { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.