Discovery Engine v1beta API - Class StreamAssistResponse.Types.InvokedSkill (1.0.0-beta24)

public sealed class StreamAssistResponse.Types.InvokedSkill : IMessage<StreamAssistResponse.Types.InvokedSkill>, IEquatable<StreamAssistResponse.Types.InvokedSkill>, IDeepCloneable<StreamAssistResponse.Types.InvokedSkill>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class StreamAssistResponse.Types.InvokedSkill.

Represents a skill used during the assist call.

Inheritance

object > StreamAssistResponse.Types.InvokedSkill

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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