public sealed class FileContext : IMessage<FileContext>, IEquatable<FileContext>, IDeepCloneable<FileContext>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class FileContext.
Files to be used as context. Files can be provided as raw bytes.
Implements
IMessageFileContext, IEquatableFileContext, IDeepCloneableFileContext, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
FileContext()
public FileContext()FileContext(FileContext)
public FileContext(FileContext other)| Parameter | |
|---|---|
| Name | Description |
other |
FileContext |
Properties
FileBytes
public FileContext.Types.FileBytes FileBytes { get; set; }Optional. File provided as raw bytes.
| Property Value | |
|---|---|
| Type | Description |
FileContextTypesFileBytes |
|
FileCase
public FileContext.FileOneofCase FileCase { get; }| Property Value | |
|---|---|
| Type | Description |
FileContextFileOneofCase |
|