#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for BotRecommendationSummary
Implementations
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
The unique identifier of the bot recommendation to be updated.
The unique identifier of the bot recommendation to be updated.
A timestamp of the date and time that the bot recommendation was created.
A timestamp of the date and time that the bot recommendation was created.
A timestamp of the date and time that the bot recommendation was last updated.
A timestamp of the date and time that the bot recommendation was last updated.
Consumes the builder and constructs a BotRecommendationSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more