Class Intent (1.13.4)

Intent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The agent's intent.

Attributes

NameDescription
intent str
The intent full resource name
covered bool
Whether or not the intent is covered by at least one of the agent's test cases.

Inheritance

builtins.object > proto.message.Message > Intent