Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 9c00552

Browse files
authored
chore: add enumeration data type to .repo-metadata.json (#208)
Adds a standard enumeration of library types in .repo-metadata.json
1 parent 28a9906 commit 9c00552

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

.repo-metadata.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"name": "dialogflow-cx",
3-
"name_pretty": "Dialogflow CX",
4-
"product_documentation": "https://cloud.google.com/dialogflow/cx/docs",
5-
"api_description": "provides a new way of designing agents, taking a state machine approach to agent design. This gives you clear and explicit control over a conversation, a better end-user experience, and a better development workflow.",
6-
"client_documentation": "https://googleapis.dev/java/google-cloud-dialogflow-cx/latest/index.html",
7-
"release_level": "beta",
8-
"transport": "grpc",
9-
"language": "java",
10-
"repo": "googleapis/java-dialogflow-cx",
11-
"repo_short": "java-dialogflow-cx",
12-
"distribution_name": "com.google.cloud:google-cloud-dialogflow-cx",
13-
"api_id": "dialogflow-cx.googleapis.com",
14-
"requires_billing": true
15-
}
2+
"name": "dialogflow-cx",
3+
"name_pretty": "Dialogflow CX",
4+
"product_documentation": "https://cloud.google.com/dialogflow/cx/docs",
5+
"api_description": "provides a new way of designing agents, taking a state machine approach to agent design. This gives you clear and explicit control over a conversation, a better end-user experience, and a better development workflow.",
6+
"client_documentation": "https://googleapis.dev/java/google-cloud-dialogflow-cx/latest/index.html",
7+
"release_level": "beta",
8+
"transport": "grpc",
9+
"language": "java",
10+
"repo": "googleapis/java-dialogflow-cx",
11+
"repo_short": "java-dialogflow-cx",
12+
"distribution_name": "com.google.cloud:google-cloud-dialogflow-cx",
13+
"api_id": "dialogflow-cx.googleapis.com",
14+
"requires_billing": true,
15+
"library_type": "GAPIC_AUTO"
16+
}

0 commit comments

Comments
 (0)