Class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
Code generated by the model that is meant to be executed by the model.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode : IDirectResponseSchema
Properties
Code
Required. The code content. Currently only supports Python.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |