Class Part (0.8.0)

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

Represents a part of a training phrase. Attributes: text (str): Required. The text for this part. parameter_id (str): The [parameter][google.cloud.dialogflow.cx.v3.Intent.Parameter] used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.

Inheritance

builtins.object > proto.message.Message > Part