Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
AnswerRecordName |
AnswerRecordName.Builder.build() |
AnswerRecordName |
AnswerRecordName.ProjectLocationAnswerRecordBuilder.build() |
static AnswerRecordName |
AnswerRecordName.of(String project,
String answerRecord) |
static AnswerRecordName |
AnswerRecordName.ofProjectAnswerRecordName(String project,
String answerRecord) |
static AnswerRecordName |
AnswerRecordName.ofProjectLocationAnswerRecordName(String project,
String location,
String answerRecord) |
static AnswerRecordName |
AnswerRecordName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<AnswerRecordName> |
AnswerRecordName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
AnswerRecordName.toStringList(List<AnswerRecordName> values) |
Copyright © 2022 Google LLC. All rights reserved.