Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaAssistantContent

Multi-modal content.

Inheritance
object
GoogleCloudDiscoveryengineV1betaAssistantContent
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.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAssistantContent : IDirectResponseSchema

Properties

CodeExecutionResult

Result of executing an ExecutableCode.

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

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 GoogleCloudDiscoveryengineV1betaAssistantContentExecutableCode ExecutableCode { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaAssistantContentExecutableCode

File

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

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

InlineData

Inline binary data.

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

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