public interface GetFlowRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLanguageCode()
public abstract String getLanguageCode()The language to retrieve the flow for. The following fields are language dependent:
Flow.event_handlers.trigger_fulfillment.messagesFlow.event_handlers.trigger_fulfillment.conditional_casesFlow.transition_routes.trigger_fulfillment.messagesFlow.transition_routes.trigger_fulfillment.conditional_casesIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The languageCode. |
getLanguageCodeBytes()
public abstract ByteString getLanguageCodeBytes()The language to retrieve the flow for. The following fields are language dependent:
Flow.event_handlers.trigger_fulfillment.messagesFlow.event_handlers.trigger_fulfillment.conditional_casesFlow.transition_routes.trigger_fulfillment.messagesFlow.transition_routes.trigger_fulfillment.conditional_casesIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for languageCode. |
getName()
public abstract String getName() Required. The name of the flow to get.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. The name of the flow to get.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |