public interface EventInputOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLanguageCode()
Required.
|
ByteString |
getLanguageCodeBytes()
Required.
|
java.lang.String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
Struct |
getParameters()
Optional.
|
StructOrBuilder |
getParametersOrBuilder()
Optional.
|
boolean |
hasParameters()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
Required. The unique identifier of the event.
string name = 1;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;Struct getParameters()
Optional. The collection of parameters associated with the event.
.google.protobuf.Struct parameters = 2;StructOrBuilder getParametersOrBuilder()
Optional. The collection of parameters associated with the event.
.google.protobuf.Struct parameters = 2;java.lang.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;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;