Class GoogleCloudDiscoveryengineV1alphaAssistantContent
Multi-modal content.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistantContent : IDirectResponseSchema
Properties
CodeExecutionResult
Result of executing an ExecutableCode.
Declaration
[JsonProperty("codeExecutionResult")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult CodeExecutionResult { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult |
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 GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode ExecutableCode { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode |
File
A file, e.g., an audio summary.
Declaration
[JsonProperty("file")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistantContentFile File { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAssistantContentFile |
InlineData
Inline binary data.
Declaration
[JsonProperty("inlineData")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistantContentBlob InlineData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAssistantContentBlob |
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? |