I am trying to push my sdk
to google action console
with this comment >gactions push
,
I am getting below error.
Pushing files in the project "test-projects-396206" to Actions Console. This may take a few minutes.
Sending configuration files...
Sending resources...
Waiting for server to respond...
[ERROR] Server did not return HTTP 200.
{
"error": {
"code": 400,
"message": "This Conversational Action has been disabled. No changes can be made to the Action. You can still view the Actions until July 13, 2023. Learn more about the Conversation Actions sunset at https://goo.gle/ca-sunset.",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"description": "This Conversational Action has been disabled. No changes can be made to the Action. You can still view the Actions until July 13, 2023. Learn more about the Conversation Actions sunset at https://goo.gle/ca-sunset."
}
]
}
]
}
}
So that I refer Conversational Actions sunset overview official page here .
What do I know if my Action is a Conversational Action?. I followed the step so I can't see the Conversational Action banner in Actions project
If there is no banner, your Actions project is not a Conversational Action and won’t be affected. Note that the banner appears for both deployed and undeployed Conversational Actions.
My Actions project not Conversational Action even am getting this error while push
or deploy
the sdk to cloud.
I searched many place but am not able to fix those issue.