Class CreateExampleRequest (0.3.0)

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

Request message for AgentService.CreateExample.

Attributes

Name Description
parent str
Required. The resource name of the app to create an example in.
example_id str
Optional. The ID to use for the example, which will become the final component of the example's resource name. If not provided, a unique ID will be automatically assigned for the example.
example google.cloud.ces_v1beta.types.Example
Required. The example to create.