public interface EventInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguageCode()
Required.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.Struct |
getParameters()
Optional.
|
com.google.protobuf.StructOrBuilder |
getParametersOrBuilder()
Optional.
|
boolean |
hasParameters()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The unique identifier of the event.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Required. The unique identifier of the event.
string name = 1;boolean hasParameters()
Optional. The collection of parameters associated with the event.
.google.protobuf.Struct parameters = 2;com.google.protobuf.Struct getParameters()
Optional. The collection of parameters associated with the event.
.google.protobuf.Struct parameters = 2;com.google.protobuf.StructOrBuilder getParametersOrBuilder()
Optional. The collection of parameters associated with the event.
.google.protobuf.Struct parameters = 2;String getLanguageCode()
Required. The language of this query. See [Language Support](https://dialogflow.com/docs/languages) for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
string language_code = 3;com.google.protobuf.ByteString getLanguageCodeBytes()
Required. The language of this query. See [Language Support](https://dialogflow.com/docs/languages) for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
string language_code = 3;Copyright © 2019 Google LLC. All rights reserved.