Discovery Engine v1 API - Class AssistantContent.Types.ExecutableCode (1.9.0)

public sealed class AssistantContent.Types.ExecutableCode : IMessage<AssistantContent.Types.ExecutableCode>, IEquatable<AssistantContent.Types.ExecutableCode>, IDeepCloneable<AssistantContent.Types.ExecutableCode>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class AssistantContent.Types.ExecutableCode.

Code generated by the model that is meant to be executed by the model.

Inheritance

object > AssistantContent.Types.ExecutableCode

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

ExecutableCode()

public ExecutableCode()

ExecutableCode(ExecutableCode)

public ExecutableCode(AssistantContent.Types.ExecutableCode other)
Parameter
Name Description
other AssistantContentTypesExecutableCode

Properties

Code

public string Code { get; set; }

Required. The code content. Currently only supports Python.

Property Value
Type Description
string