Interface Conversation.GeneratorContextOrBuilder (4.97.0)

public static interface Conversation.GeneratorContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGeneratorType()

public abstract Conversation.GeneratorContext.GeneratorType getGeneratorType()

Output only. The type of the generator.

.google.cloud.dialogflow.v2.Conversation.GeneratorContext.GeneratorType generator_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Conversation.GeneratorContext.GeneratorType

The generatorType.

getGeneratorTypeValue()

public abstract int getGeneratorTypeValue()

Output only. The type of the generator.

.google.cloud.dialogflow.v2.Conversation.GeneratorContext.GeneratorType generator_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for generatorType.