Class: Google::Cloud::Ces::V1beta::ExpressionCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::ExpressionCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/agent_transfers.rb
Overview
Expression condition based on session state.
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Required.
Instance Attribute Details
#expression ⇒ ::String
Returns Required. The string representation of cloud.api.Expression condition.
28 29 30 31 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_transfers.rb', line 28 class ExpressionCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |