Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::InlineSchema.
A type schema object that's specified inline.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#items
def items() -> ::Google::Cloud::Dialogflow::CX::V3::TypeSchema
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TypeSchema) — Schema of the elements if this is an ARRAY type.
#items=
def items=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TypeSchema
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::TypeSchema) — Schema of the elements if this is an ARRAY type.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TypeSchema) — Schema of the elements if this is an ARRAY type.
#type
def type() -> ::Google::Cloud::Dialogflow::CX::V3::DataType
Returns
- (::Google::Cloud::Dialogflow::CX::V3::DataType) — Data type of the schema.
#type=
def type=(value) -> ::Google::Cloud::Dialogflow::CX::V3::DataType
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::DataType) — Data type of the schema.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::DataType) — Data type of the schema.