Class TestConfig (0.8.0)

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

Represents configurations for a test case. Attributes: tracking_parameters (Sequence[str]): Session parameters to be compared when calculating differences. flow (str): Flow name. If not set, default start flow is assumed. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

Inheritance

builtins.object > proto.message.Message > TestConfig