public sealed class StreamAssistResponse.Types.InvokedSkill : IMessage<StreamAssistResponse.Types.InvokedSkill>, IEquatable<StreamAssistResponse.Types.InvokedSkill>, IDeepCloneable<StreamAssistResponse.Types.InvokedSkill>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class StreamAssistResponse.Types.InvokedSkill.
Represents a skill used during the assist call.
Implements
IMessageStreamAssistResponseTypesInvokedSkill, IEquatableStreamAssistResponseTypesInvokedSkill, IDeepCloneableStreamAssistResponseTypesInvokedSkill, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
InvokedSkill()
public InvokedSkill()InvokedSkill(InvokedSkill)
public InvokedSkill(StreamAssistResponse.Types.InvokedSkill other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamAssistResponseTypesInvokedSkill |
Properties
DisplayName
public string DisplayName { get; set; }The display name of the skill.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }The resource name of the skill.
| Property Value | |
|---|---|
| Type | Description |
string |
|