Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1AssistantContent

Multi-modal content.

Inheritance
object
GoogleCloudDiscoveryengineV1AssistantContent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AssistantContent : IDirectResponseSchema

Properties

CodeExecutionResult

Result of executing an ExecutableCode.

Declaration
[JsonProperty("codeExecutionResult")]
public virtual GoogleCloudDiscoveryengineV1AssistantContentCodeExecutionResult CodeExecutionResult { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AssistantContentCodeExecutionResult

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExecutableCode

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

Declaration
[JsonProperty("executableCode")]
public virtual GoogleCloudDiscoveryengineV1AssistantContentExecutableCode ExecutableCode { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AssistantContentExecutableCode

File

A file, e.g., an audio summary.

Declaration
[JsonProperty("file")]
public virtual GoogleCloudDiscoveryengineV1AssistantContentFile File { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AssistantContentFile

InlineData

Inline binary data.

Declaration
[JsonProperty("inlineData")]
public virtual GoogleCloudDiscoveryengineV1AssistantContentBlob InlineData { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AssistantContentBlob

Role

The producer of the content. Can be "model" or "user".

Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type Description
string

Text

Inline text.

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
string

Thought

Optional. Indicates if the part is thought from the model.

Declaration
[JsonProperty("thought")]
public virtual bool? Thought { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX