Class: Google::Cloud::DiscoveryEngine::V1::AssistantContent::ExecutableCode
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::AssistantContent::ExecutableCode
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/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.
154 155 156 157 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 154 class ExecutableCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |