Discovery Engine v1 API - Class StreamAssistRequest.Types.AgentsSpec.Types.AgentSpec (1.15.0)

public sealed class StreamAssistRequest.Types.AgentsSpec.Types.AgentSpec : IMessage<StreamAssistRequest.Types.AgentsSpec.Types.AgentSpec>, IEquatable<StreamAssistRequest.Types.AgentsSpec.Types.AgentSpec>, IDeepCloneable<StreamAssistRequest.Types.AgentsSpec.Types.AgentSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class StreamAssistRequest.Types.AgentsSpec.Types.AgentSpec.

Specification of an agent.

Inheritance

object > StreamAssistRequest.Types.AgentsSpec.Types.AgentSpec

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

AgentSpec()

public AgentSpec()

AgentSpec(AgentSpec)

public AgentSpec(StreamAssistRequest.Types.AgentsSpec.Types.AgentSpec other)
Parameter
Name Description
other StreamAssistRequestTypesAgentsSpecTypesAgentSpec

Properties

AgentId

public string AgentId { get; set; }

Required. ID to identify the agent resource serving the request.

This field must conform to RFC-1034 with a length limit of 63 characters.

Property Value
Type Description
string