Class: Google::Cloud::Dialogflow::CX::V3::CodeBlock

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/code_block.rb

Overview

Represents a code block.

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns Optional. Source code of the block in Python.

Returns:

  • (::String)

    Optional. Source code of the block in Python.



29
30
31
32
# File 'proto_docs/google/cloud/dialogflow/cx/v3/code_block.rb', line 29

class CodeBlock
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end