Class: Google::Cloud::DiscoveryEngine::V1beta::AssistantContent::ExecutableCode
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::AssistantContent::ExecutableCode
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/assist_answer.rb
Overview
Code generated by the model that is meant to be executed by the model.
Instance Attribute Summary collapse
-
#code ⇒ ::String
Required.
Instance Attribute Details
#code ⇒ ::String
Returns Required. The code content. Currently only supports Python.
237 238 239 240 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/assist_answer.rb', line 237 class ExecutableCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |