Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ExecutableCode.
Code generated by the model that is meant to be executed by the model.
Generated from protobuf message google.cloud.discoveryengine.v1.AssistantContent.ExecutableCode
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ AssistantContentMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ code |
string
Required. The code content. Currently only supports Python. |
getCode
Required. The code content. Currently only supports Python.
Returns | |
---|---|
Type | Description |
string |
setCode
Required. The code content. Currently only supports Python.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |