Struct gapi_grpc::google::cloud::dialogflow::v2beta1::BatchDeleteEntityTypesRequest [−][src]
The request message for [EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.BatchDeleteEntityTypes].
Fields
parent: String
Required. The name of the agent to delete all entities types for. Supported formats:
projects/<Project ID>/agent
,projects/<Project ID>/locations/<Location ID>/agent
.
entity_type_names: Vec<String>
Required. The names entity types to delete. All names must point to the
same agent as parent
.
Trait Implementations
impl Clone for BatchDeleteEntityTypesRequest
[src][+]
impl Debug for BatchDeleteEntityTypesRequest
[src][+]
impl Default for BatchDeleteEntityTypesRequest
[src][+]
impl Message for BatchDeleteEntityTypesRequest
[src][+]
impl PartialEq<BatchDeleteEntityTypesRequest> for BatchDeleteEntityTypesRequest
[src][+]
impl StructuralPartialEq for BatchDeleteEntityTypesRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for BatchDeleteEntityTypesRequest
impl Send for BatchDeleteEntityTypesRequest
impl Sync for BatchDeleteEntityTypesRequest
impl Unpin for BatchDeleteEntityTypesRequest
impl UnwindSafe for BatchDeleteEntityTypesRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,