Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CodeBlock.
Represents a code block.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#code
def code() -> ::String
Returns
- (::String) — Optional. Source code of the block in Python.
#code=
def code=(value) -> ::String
Parameter
- value (::String) — Optional. Source code of the block in Python.
Returns
- (::String) — Optional. Source code of the block in Python.