GoogleCloudDialogflowCxV3TypeSchema class

Encapsulates different type schema variations: either a reference to an a schema that's already defined by a tool, or an inline definition.

Properties

hashCode int
The hash code for this object.
no setterinherited
inlineSchema GoogleCloudDialogflowCxV3InlineSchema?
Set if this is an inline schema definition.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaReference GoogleCloudDialogflowCxV3TypeSchemaSchemaReference?
Set if this is a schema reference.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited