populate_baggage Module
Functions
populate
Populate BaggageBuilder with baggage values extracted from a turn context.
populate(builder: BaggageBuilder, turn_context: TurnContext) -> BaggageBuilder
Parameters
| Name | Description |
|---|---|
|
builder
Required
|
The BaggageBuilder instance to populate |
|
turn_context
Required
|
The TurnContext containing activity information |
Returns
| Type | Description |
|---|---|
|
The updated BaggageBuilder instance (for method chaining) |