this for fluent chaining.
Methods
setAgentId(id: string): this
Set the unique agent identifier.
string
required
Agent ID string (e.g.
"travel_agent_v2").this for chaining.setAgentName(name: string): this
Set the human-readable agent name.
string
required
Agent display name (e.g.
"travel_agent").this for chaining.